Skip to content

Commit

Permalink
ignore the large performance test
Browse files Browse the repository at this point in the history
  • Loading branch information
czengler committed Jun 12, 2016
1 parent 4efbc9d commit d89d843
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
package org.logicng.cardinalityconstraints;

import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.logicng.collections.ImmutableFormulaList;
import org.logicng.datastructures.Assignment;
Expand Down Expand Up @@ -56,6 +57,7 @@ public CCPerformanceTest() {
amkEncoders[2] = new CCEncoder(new FormulaFactory(), new CCConfig.Builder().amkEncoding(CCConfig.AMK_ENCODER.CARDINALITY_NETWORK).build());
}

@Ignore
@Test
public void testAMKPerformance() {
for (final CCEncoder encoder : this.amkEncoders) {
Expand Down

0 comments on commit d89d843

Please sign in to comment.