diff options
| -rw-r--r-- | tests/00-geo-rep/georep-basic-rsync-ec.t | 6 | ||||
| -rw-r--r-- | tests/00-geo-rep/georep-basic-tarssh-ec.t | 4 | 
2 files changed, 5 insertions, 5 deletions
diff --git a/tests/00-geo-rep/georep-basic-rsync-ec.t b/tests/00-geo-rep/georep-basic-rsync-ec.t index bce3768dec8..dd1f94edbc9 100644 --- a/tests/00-geo-rep/georep-basic-rsync-ec.t +++ b/tests/00-geo-rep/georep-basic-rsync-ec.t @@ -200,9 +200,9 @@ TEST gluster volume geo-rep $master $slave config rsync-options "--whole-file"  TEST "echo sampledata > $master_mnt/rsync_option_test_file"  #rename with existing destination case BUG:1694820 -TEST create_rename_with_existing_destination ${master_mnt} -verify rename with existing destination case BUG:1694820 -EXPECT_WITHIN $GEO_REP_TIMEOUT 0 verify_rename_with_existing_destination ${slave_mnt} +#TEST create_rename_with_existing_destination ${master_mnt} +#verify rename with existing destination case BUG:1694820 +#EXPECT_WITHIN $GEO_REP_TIMEOUT 0 verify_rename_with_existing_destination ${slave_mnt}  #Verify arequal for whole volume  EXPECT_WITHIN $GEO_REP_TIMEOUT "x0" arequal_checksum ${master_mnt} ${slave_mnt} diff --git a/tests/00-geo-rep/georep-basic-tarssh-ec.t b/tests/00-geo-rep/georep-basic-tarssh-ec.t index fff7110778c..987bd9391c8 100644 --- a/tests/00-geo-rep/georep-basic-tarssh-ec.t +++ b/tests/00-geo-rep/georep-basic-tarssh-ec.t @@ -199,9 +199,9 @@ EXPECT_WITHIN $GEO_REP_TIMEOUT 0 verify_hardlink_rename_data ${slave_mnt}  #EXPECT_WITHIN $GEO_REP_TIMEOUT 0 verify_rsnapshot_data ${slave_mnt}  #rename with existing destination case BUG:1694820 -TEST create_rename_with_existing_destination ${master_mnt} +#TEST create_rename_with_existing_destination ${master_mnt}  #verify rename with existing destination case BUG:1694820 -EXPECT_WITHIN $GEO_REP_TIMEOUT 0 verify_rename_with_existing_destination ${slave_mnt} +#EXPECT_WITHIN $GEO_REP_TIMEOUT 0 verify_rename_with_existing_destination ${slave_mnt}  #Verify arequal for whole volume  EXPECT_WITHIN $GEO_REP_TIMEOUT "x0" arequal_checksum ${master_mnt} ${slave_mnt}  | 
