Skip to content

Commit aa6b372

Browse files
Fix concurrent tests
1 parent e3eb8d2 commit aa6b372

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/org/italiangrid/voms/test/mt/TestConcurrentValidation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ public void test() throws InterruptedException, BrokenBarrierException {
179179
pool.execute(new ValidatorWorker());
180180

181181
barrier.await();
182-
barrier.await();
183182

184183
pool.shutdown();
185184
sharedVOMSTrustStore.cancel();

0 commit comments

Comments
 (0)