Skip to content

Commit

Permalink
ignore new test engine, because it is not completed yet, will continu…
Browse files Browse the repository at this point in the history
…e to do it in 3.0.0.m2
  • Loading branch information
terrymanu committed May 8, 2018
1 parent 500b6ff commit c437eb0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import lombok.RequiredArgsConstructor;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
Expand Down Expand Up @@ -130,6 +131,8 @@ public static void tearDown() throws JAXBException, IOException {
}

@Test
@Ignore
// TODO ignore new test engine, because it is not completed yet, will continue to do it in 3.0.0.m2
public void test() throws JAXBException, SAXException, ParseException, IOException, XPathExpressionException, SQLException, ParserConfigurationException {
AssertEngine.runAssert(assertDefinition, shardingRuleType, databaseTypeEnvironment, caseType);
}
Expand Down

0 comments on commit c437eb0

Please sign in to comment.