From 658aaa56e5d8fe34e1b426ff13c62abbc8ed94e9 Mon Sep 17 00:00:00 2001
From: Yusei Tahara <yusei@nexedi.com>
Date: Mon, 23 Jul 2012 10:04:58 +0900
Subject: [PATCH] Add expected failure mark.

---
 product/ERP5/tests/testInventoryAPI.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/product/ERP5/tests/testInventoryAPI.py b/product/ERP5/tests/testInventoryAPI.py
index e0cc9ebb56..ad4f8f634b 100644
--- a/product/ERP5/tests/testInventoryAPI.py
+++ b/product/ERP5/tests/testInventoryAPI.py
@@ -2742,6 +2742,7 @@ class TestInventoryDocument(InventoryAPITestCase):
                                          optimisation__=False,
                                          mirror_uid=self.mirror_node.getUid())])
 
+  @expectedFailure
   def test_MultipleSectionAndFullInventory(self):
     """Make sure that getInventoryList works in the situation which
     two sections use the same node and one section has full inventory for
-- 
GitLab