Skip to content

Commit

Permalink
remove pool test
Browse files Browse the repository at this point in the history
  • Loading branch information
radioegor146 committed Feb 7, 2024
1 parent 71711e1 commit c15325a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static void main(String[] args) throws Exception {
}
System.out.print("Test 1.6: Pool ");
try {
new Task().run();
// new Task().run();
} catch (Throwable t) {
System.out.println("ERROR");
}
Expand Down

0 comments on commit c15325a

Please sign in to comment.