diff options
author | Krutika Dhananjay <kdhananj@redhat.com> | 2016-01-20 16:35:42 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2016-01-20 07:31:22 -0800 |
commit | 27a350fe30c03fddb57231a2a60bb3e4c54d9dd4 (patch) | |
tree | 3cb52af3df2a4921f031a9505e82aedb84ed846e | |
parent | 6d430b85a39784f96b69368e1a9c8b4be4d0ddb1 (diff) |
tests: Move open-behind.t to bad tests list
Change-Id: I505e6dbd13d7922ac7468507c172764d64256389
BUG: 1300253
Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com>
Reviewed-on: http://review.gluster.org/13268
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Tested-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Smoke: Gluster Build System <jenkins@build.gluster.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
-rwxr-xr-x | run-tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh index c99452d2e54..9ce914efba6 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -213,6 +213,7 @@ function is_bad_test () ./tests/bugs/snapshot/bug-1140162-file-snapshot-features-encrypt-opts-validation.t \ ./tests/bugs/tier/bug-1286974.t \ ./tests/features/weighted-rebalance.t \ + ./tests/performance/open-behind.t \ ; do [ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success done |