Merge lp:~allenap/maas/disable-test_storage_with_named_constraints into lp:~maas-committers/maas/trunk

Proposed by Gavin Panella
Status: Merged
Approved by: Gavin Panella
Approved revision: no longer in the source branch.
Merged at revision: 3658
Proposed branch: lp:~allenap/maas/disable-test_storage_with_named_constraints
Merge into: lp:~maas-committers/maas/trunk
Diff against target: 21 lines (+4/-0)
1 file modified
src/maasserver/tests/test_node_constraint_filter_forms.py (+4/-0)
To merge this branch: bzr merge lp:~allenap/maas/disable-test_storage_with_named_constraints
Reviewer Review Type Date Requested Status
Gavin Panella (community) Approve
Review via email: mp+253174@code.launchpad.net

Commit message

Disable test_storage_with_named_constraints; it keep failing when landing unrelated branches.

To post a comment you must log in.
Revision history for this message
Gavin Panella (allenap) wrote :

Self-review.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/maasserver/tests/test_node_constraint_filter_forms.py'
2--- src/maasserver/tests/test_node_constraint_filter_forms.py 2015-03-06 18:05:20 +0000
3+++ src/maasserver/tests/test_node_constraint_filter_forms.py 2015-03-17 10:09:20 +0000
4@@ -15,6 +15,7 @@
5 __all__ = []
6
7 from random import randint
8+from unittest import skip
9
10 from django import forms
11 from django.core.exceptions import ValidationError
12@@ -807,6 +808,9 @@
13 self.assertConstrainedNodes(
14 [node1], {'storage': '0,0,0,0,0,0,0,0,0,0'})
15
16+ @skip(
17+ "XXX: allenap 2015-03-17 bug=1433012: This test keeps failing when "
18+ "landing unrelated branches, so has been disabled.")
19 def test_storage_with_named_constraints(self):
20 node1 = factory.make_Node()
21 factory.make_PhysicalBlockDevice(node=node1, size=11 * (1000 ** 3),