summaryrefslogtreecommitdiffstats
path: root/tests/functional/arbiter/test_replacing_all_arbiter_bricks_in_the_volume.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/arbiter/test_replacing_all_arbiter_bricks_in_the_volume.py')
-rwxr-xr-xtests/functional/arbiter/test_replacing_all_arbiter_bricks_in_the_volume.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/functional/arbiter/test_replacing_all_arbiter_bricks_in_the_volume.py b/tests/functional/arbiter/test_replacing_all_arbiter_bricks_in_the_volume.py
index 1bb0fa317..db456757d 100755
--- a/tests/functional/arbiter/test_replacing_all_arbiter_bricks_in_the_volume.py
+++ b/tests/functional/arbiter/test_replacing_all_arbiter_bricks_in_the_volume.py
@@ -235,8 +235,6 @@ class TestArbiterSelfHeal(GlusterBaseClass):
g.log.info('Volume is not in split-brain state')
# Validate IO
- g.log.info("Wait for IO to complete and validate IO ...")
ret = validate_io_procs(self.all_mounts_procs, self.mounts)
self.assertTrue(ret, "IO failed on some of the clients")
self.io_validation_complete = True
- g.log.info("IO is successful on all mounts")