Revert "unskipping bug related to test_stamp_pattern.py"
This reverts commit 60100a3eaec620a8b9946b3378caed6c23122310.
Given the current state of non-deterministic failures in the gate
right now bringing this test back for debugging the failure is just
adding fuel to the fire. We should wait for things to stabilize
again before removing the skip.
Change-Id: Iff5fb31074ddf7dc0e9320ac19ac71fa451a8820
diff --git a/tempest/scenario/test_stamp_pattern.py b/tempest/scenario/test_stamp_pattern.py
index d8c9b8e..4f49d65 100644
--- a/tempest/scenario/test_stamp_pattern.py
+++ b/tempest/scenario/test_stamp_pattern.py
@@ -18,6 +18,7 @@
import time
from cinderclient import exceptions as cinder_exceptions
+import testtools
from tempest.common.utils.data_utils import rand_name
from tempest import exceptions
@@ -141,6 +142,7 @@
got_timestamp = ssh_client.exec_command('sudo cat /mnt/timestamp')
self.assertEqual(self.timestamp, got_timestamp)
+ @testtools.skip("Skipped until the Bug #1205344 is resolved.")
@tempest.test.services('compute', 'network', 'volume', 'image')
def test_stamp_pattern(self):
# prepare for booting a instance