From 8582d7c63e16ea400a240813ba3475606b57685e Mon Sep 17 00:00:00 2001 From: “Milind” Date: Thu, 17 Sep 2020 14:22:33 +0530 Subject: [TestFix] As bug #BZ1761932 is fixed removing skip logic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I54ecce22f243b10248eea78b52c6b8cf2c7fd338 Signed-off-by: “Milind” --- .../ctime_feature/test_consistent_timestamps_on_new_entries.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/functional/ctime_feature') diff --git a/tests/functional/ctime_feature/test_consistent_timestamps_on_new_entries.py b/tests/functional/ctime_feature/test_consistent_timestamps_on_new_entries.py index 87f288ba6..9b1588bf6 100644 --- a/tests/functional/ctime_feature/test_consistent_timestamps_on_new_entries.py +++ b/tests/functional/ctime_feature/test_consistent_timestamps_on_new_entries.py @@ -14,7 +14,6 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -from unittest import skip from glusto.core import Glusto as g from glustolibs.gluster.gluster_base_class import (GlusterBaseClass, runs_on) from glustolibs.gluster.exceptions import ExecutionError @@ -69,10 +68,8 @@ class ConsistentValuesAcrossTimeStamps(GlusterBaseClass): .format(objectname)) g.log.info("a|m|c timestamps on %s are same", objectname) - @skip('Skipping due to Bug 1761932') def test_time_stamps_on_create(self): ''' - This case validates BZ#1761932 1. Create a volume , enable features.ctime, mount volume 2. Create a directory "dir1" and check the a|m|c times 3. Create a file "file1" and check the a|m|c times -- cgit