From 27a350fe30c03fddb57231a2a60bb3e4c54d9dd4 Mon Sep 17 00:00:00 2001 From: Krutika Dhananjay Date: Wed, 20 Jan 2016 16:35:42 +0530 Subject: tests: Move open-behind.t to bad tests list Change-Id: I505e6dbd13d7922ac7468507c172764d64256389 BUG: 1300253 Signed-off-by: Krutika Dhananjay Reviewed-on: http://review.gluster.org/13268 Reviewed-by: Pranith Kumar Karampuri Tested-by: Pranith Kumar Karampuri Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Vijay Bellur --- run-tests.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit