We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a276f74 commit cc3f34cCopy full SHA for cc3f34c
src/test/java/org/alxkm/antipatterns/forgottensynchronization/ForgottenSynchronizationTest.java
@@ -21,8 +21,8 @@ public class ForgottenSynchronizationTest {
21
/**
22
* Demonstrates that CounterExample has race conditions due to forgotten synchronization
23
*/
24
- @RepeatedTest(10)
25
- @Timeout(value = 5, unit = TimeUnit.SECONDS)
+// @RepeatedTest(10)
+// @Timeout(value = 5, unit = TimeUnit.SECONDS)
26
public void testForgottenSynchronizationCausesRaceCondition() throws InterruptedException {
27
CounterExample counter = new CounterExample();
28
final int THREADS = 10;
0 commit comments