Skip to content

Commit 3351707

Browse files
Revert to simple value
1 parent e270c79 commit 3351707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/github/stickerifier/stickerify/media/MediaHelperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ void unsupportedFile() {
294294
@Nested
295295
@Tag(Tags.CONCURRENT)
296296
@DisplayName("Concurrently convert")
297-
@EnabledIfEnvironmentVariable(named = "CI", matches = "(?i)true|1")
297+
@EnabledIfEnvironmentVariable(named = "CI", matches = "true")
298298
class ConcurrencyTest {
299299

300300
@Test

0 commit comments

Comments
 (0)