Skip to content

Commit 0bda6e0

Browse files
Update testing/src/test/java/com/hazelcast/samples/testing/samples/junit4/FlakyTest.java
Co-authored-by: James Holgate <[email protected]>
1 parent 39bde0c commit 0bda6e0

File tree

1 file changed

+1
-1
lines changed
  • testing/src/test/java/com/hazelcast/samples/testing/samples/junit4

1 file changed

+1
-1
lines changed

testing/src/test/java/com/hazelcast/samples/testing/samples/junit4/FlakyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void tearDown() {
3838

3939
/**
4040
* This is a deliberately flaky test that will always fail in its form, hence it's Ignored.
41-
* To "fix" the test, set alwaysFail to true.
41+
* To "fix" the test, set alwaysFail to false.
4242
*/
4343
@Repeat(5)
4444
@Ignore

0 commit comments

Comments
 (0)