Commit 658aaa56 authored by Yusei Tahara's avatar Yusei Tahara

Add expected failure mark.

parent 63c7b495
...@@ -2742,6 +2742,7 @@ class TestInventoryDocument(InventoryAPITestCase): ...@@ -2742,6 +2742,7 @@ class TestInventoryDocument(InventoryAPITestCase):
optimisation__=False, optimisation__=False,
mirror_uid=self.mirror_node.getUid())]) mirror_uid=self.mirror_node.getUid())])
@expectedFailure
def test_MultipleSectionAndFullInventory(self): def test_MultipleSectionAndFullInventory(self):
"""Make sure that getInventoryList works in the situation which """Make sure that getInventoryList works in the situation which
two sections use the same node and one section has full inventory for two sections use the same node and one section has full inventory for
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment