summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authordkhandel <dkhandel@localhost.localdomain>2018-07-09 19:46:40 +0530
committerAmar Tumballi <amarts@redhat.com>2018-07-18 04:10:05 +0000
commit6857d80a50823f5bd1be495edf6899d9bcba9f20 (patch)
tree34e81fb5fccfedbc80c35628301d2780906f913d /extras
parentde02b57442117c5410df8186c87abe5965a6bb5f (diff)
Add the tab space in the list of BROKEN_TESTS environment variable
Fixes: bz#1598325 Change-Id: I4c14514d33288fd33cca903853c6d5e4f70bd441 Signed-off-by: Deepshikha Khandelwal <dkhandel@redhat.com>
Diffstat (limited to 'extras')
-rw-r--r--extras/distributed-testing/distributed-test-env60
1 files changed, 30 insertions, 30 deletions
diff --git a/extras/distributed-testing/distributed-test-env b/extras/distributed-testing/distributed-test-env
index 6736503e4fa..0d57d5237dd 100644
--- a/extras/distributed-testing/distributed-test-env
+++ b/extras/distributed-testing/distributed-test-env
@@ -12,36 +12,36 @@ KNOWN_FLAKY_TESTS="\
"
BROKEN_TESTS="\
-tests/features/lock_revocation.t\
-tests/features/recon.t\
-tests/features/fdl-overflow.t\
-tests/features/fdl.t\
-tests/features/ipc.t\
-tests/bugs/distribute/bug-1247563.t\
-tests/bugs/distribute/bug-1543279.t\
-tests/bugs/distribute/bug-1066798.t\
-tests/bugs/ec/bug-1304988.t\
-tests/bugs/unclassified/bug-1357397.t\
-tests/bugs/quota/bug-1235182.t\
-tests/bugs/fuse/bug-1309462.t\
-tests/bugs/glusterd/bug-1238706-daemons-stop-on-peer-cleanup.t\
-tests/bugs/stripe/bug-1002207.t\
-tests/bugs/stripe/bug-1111454.t\
-tests/bugs/snapshot/bug-1140162-file-snapshot-features-encrypt-opts-validation.t\
-tests/bugs/write-behind/bug-1279730.t\
-tests/bugs/gfapi/bug-1093594.t\
-tests/bugs/replicate/bug-1473026.t\
-tests/bugs/replicate/bug-802417.t\
-tests/encryption/crypt.t\
-tests/basic/inode-leak.t\
-tests/basic/distribute/force-migration.t\
-tests/basic/ec/heal-info.t\
-tests/basic/ec/ec-seek.t\
-tests/basic/jbr/jbr-volgen.t\
-tests/basic/jbr/jbr.t\
-tests/basic/afr/tarissue.t\
-tests/basic/tier/tierd_check.t\
-tests/basic/gfapi/bug1291259.t\
+ tests/features/lock_revocation.t\
+ tests/features/recon.t\
+ tests/features/fdl-overflow.t\
+ tests/features/fdl.t\
+ tests/features/ipc.t\
+ tests/bugs/distribute/bug-1247563.t\
+ tests/bugs/distribute/bug-1543279.t\
+ tests/bugs/distribute/bug-1066798.t\
+ tests/bugs/ec/bug-1304988.t\
+ tests/bugs/unclassified/bug-1357397.t\
+ tests/bugs/quota/bug-1235182.t\
+ tests/bugs/fuse/bug-1309462.t\
+ tests/bugs/glusterd/bug-1238706-daemons-stop-on-peer-cleanup.t\
+ tests/bugs/stripe/bug-1002207.t\
+ tests/bugs/stripe/bug-1111454.t\
+ tests/bugs/snapshot/bug-1140162-file-snapshot-features-encrypt-opts-validation.t\
+ tests/bugs/write-behind/bug-1279730.t\
+ tests/bugs/gfapi/bug-1093594.t\
+ tests/bugs/replicate/bug-1473026.t\
+ tests/bugs/replicate/bug-802417.t\
+ tests/encryption/crypt.t\
+ tests/basic/inode-leak.t\
+ tests/basic/distribute/force-migration.t\
+ tests/basic/ec/heal-info.t\
+ tests/basic/ec/ec-seek.t\
+ tests/basic/jbr/jbr-volgen.t\
+ tests/basic/jbr/jbr.t\
+ tests/basic/afr/tarissue.t\
+ tests/basic/tier/tierd_check.t\
+ tests/basic/gfapi/bug1291259.t\
"
SMOKE_TESTS=$(echo $SMOKE_TESTS | tr -s ' ' ' ')