Skip to content

Commit 843bcac

Browse files
committed
enable skipped test
was disabled because of 'prefer-lowest' matrix issues when the config was living in the other repo before
1 parent c89f996 commit 843bcac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Build/CleanEnvFileTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,4 @@ protected function buildPath(string $path = ''): string
119119
->not->toContain('NATIVEPHP_APPLE_ID')
120120
->not->toContain('NATIVEPHP_APPLE_ID_PASS')
121121
->not->toContain('NATIVEPHP_APPLE_TEAM_ID');
122-
})->skip('This test fails in CI when with composer --prefer-lowest. The config that is loaded via the NativeServiceProvider on the Laravel repo does not exist in lower versions. TODO: Consider moving the logic & tests to the laravel repo instead?');
122+
});

0 commit comments

Comments
 (0)