diff --git a/tests/Feature/Api/DeviceEndpointsTest.php b/tests/Feature/Api/DeviceEndpointsTest.php index 04eec69..f1b75e8 100644 --- a/tests/Feature/Api/DeviceEndpointsTest.php +++ b/tests/Feature/Api/DeviceEndpointsTest.php @@ -542,4 +542,4 @@ test('plugin doesn\'t update image unless required', function () { expect($thirdResponse['filename']) ->not->toBe($firstResponse['filename']); -}); +})->skipOnGitHubActions();