Skip to content

Commit

Permalink
Disable TestDelivery.test150Assign_IT_5
Browse files Browse the repository at this point in the history
The test code should be fixed; I would suggest looking at library.xml.

(cherry picked from commit 1cce61b)
  • Loading branch information
mederly committed Apr 12, 2018
1 parent f55e07d commit 5ee27a1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -288,7 +288,7 @@ public void test140Assign_IT_4() throws Exception {
/**
* IT-5 = requires IT-1 (barkeeper does not have it)
*/
@Test
@Test(enabled = false) // MID-4584
public void test150Assign_IT_5() throws Exception {
final String TEST_NAME = "test150Assign_IT_5";
TestUtil.displayTestTitle(TEST_NAME);
Expand Down

0 comments on commit 5ee27a1

Please sign in to comment.