Skip to content

Commit

Permalink
Temporarily disabling multi-connector tests (MID-5921)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Nov 19, 2019
1 parent 5b78f83 commit 22b9eed
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -37,6 +37,8 @@
/**
* Test resources that have several connectors.
*
* MID-5921
*
* @author semancik
*
*/
Expand Down Expand Up @@ -71,7 +73,7 @@ public void initSystem(Task initTask, OperationResult initResult) throws Excepti
repoAddObjectFromFile(USER_GUYBRUSH_FILE, true, initResult);
}

@Test
@Test(enabled = false) // MID-5921
public void test000Sanity() throws Exception {
final String TEST_NAME = "test000Sanity";
displayTestTitle(TEST_NAME);
Expand All @@ -91,7 +93,7 @@ public void test000Sanity() throws Exception {
assertEquals("Wrong OPALINE-SCRIPT useless string", CONF_USELESS_SCRIPT, getDummyResource(RESOURCE_DUMMY_OPALINE_SCRIPT_NAME).getUselessString());
}

@Test
@Test(enabled = false) // MID-5921
public void test100JackAssignDummyOpaline() throws Exception {
final String TEST_NAME = "test100JackAssignDummyOpaline";
displayTestTitle(TEST_NAME);
Expand Down

0 comments on commit 22b9eed

Please sign in to comment.