From 5ee27a1f905a443abfa3436d123114ea2c932305 Mon Sep 17 00:00:00 2001 From: Pavol Mederly Date: Thu, 12 Apr 2018 14:17:01 +0200 Subject: [PATCH] Disable TestDelivery.test150Assign_IT_5 The test code should be fixed; I would suggest looking at library.xml. (cherry picked from commit 1cce61b) --- .../java/com/evolveum/midpoint/testing/story/TestDelivery.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestDelivery.java b/testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestDelivery.java index f4fe4d86bfe..2d9ffc0b5d9 100644 --- a/testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestDelivery.java +++ b/testing/story/src/test/java/com/evolveum/midpoint/testing/story/TestDelivery.java @@ -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);