Skip to content

Commit

Permalink
Ignoring test
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 12, 2024
1 parent 518f8c8 commit cddad9a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
package hu.bme.mit.theta.xsts.analysis;

import hu.bme.mit.theta.analysis.algorithm.mdd.MddChecker.IterationStrategy;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;

@RunWith(value = Parameterized.class)
@Ignore // causes CI runners to give up
public class XstsSatMddCheckerTest {

@Parameterized.Parameter(value = 0)
Expand Down

0 comments on commit cddad9a

Please sign in to comment.