Remove skip for bug #984762
The bug hasn't actually been resolved, but the issue being tested
in the test case has, based on another bug report. I expect
984762 to be closed when the poster re-tests.
Change-Id: If38a93330da39d58b518111d6c58c1fc7db59ac6
diff --git a/tempest/tests/compute/test_floating_ips_actions.py b/tempest/tests/compute/test_floating_ips_actions.py
index 74f61f1..ca950c2 100644
--- a/tempest/tests/compute/test_floating_ips_actions.py
+++ b/tempest/tests/compute/test_floating_ips_actions.py
@@ -149,7 +149,6 @@
self.fail('Should not be able to associate'
' a nonexistant floating IP')
- @unittest.skip("Skipped until the Bug #984762 is resolved")
@attr(type='negative')
def test_dissociate_nonexistant_floating_ip(self):
"""