Skip to content

Commit

Permalink
Update InterruptionTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
apete committed Oct 10, 2024
1 parent 596fa20 commit 8914047
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import java.util.concurrent.TimeUnit;

import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.Timeout;
import org.ojalgo.TestUtils;
Expand All @@ -15,6 +16,7 @@
* Now and then the model used with these tests needs to be changed – ojAlgo gets better and computers faster,
* causing the model to solve too fast for these interruption tests.
*/
@Tag("unstable")
public class InterruptionTest extends OptimisationLinearTests implements ModelFileTest {

private static class ThreadInterrupter implements Runnable {
Expand Down

0 comments on commit 8914047

Please sign in to comment.