Skip to content

Commit 5c3f8c3

Browse files
committed
Fix typo in idempotency test filter
1 parent 70cecaa commit 5c3f8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/idempotency/IdempotencyCheck.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import scala.collection.JavaConverters.*
88
object IdempotencyCheck {
99
val flakyTestsOnWindows =
1010
if scala.util.Properties.isWin
11-
then Set(s"pos${JFile.separator}i6507b")
11+
then Set(s"pos${JFile.separator}i6507b.scala")
1212
else Set.empty
1313

1414
val blacklisted = flakyTestsOnWindows

0 commit comments

Comments
 (0)