The example retargetable test that previously ran as part of the
functional suite is now skipped due to the fullstack example's db
fixture usage causing the test to fail if it the fullstack example
runs first on the same worker.
Change-Id: I0a34f9ba04c53a4291698be819070c66009c8b4a
Related-Bug: #
1440797
if rest_enabled():
raise self.skipException(
'Tempest fixture requirements prevent this test from running')
+ else:
+ raise self.skipException(
+ "Fullstack's db fixture usage prevents this test from running")
self.useFixture(self.client)