diff options
author | Raghavendra G <rgowdapp@redhat.com> | 2016-05-20 10:29:05 +0530 |
---|---|---|
committer | Raghavendra G <rgowdapp@redhat.com> | 2016-05-27 00:46:30 -0700 |
commit | c88c20f7932cd5b49db5a1ae963c683d4b465b4b (patch) | |
tree | 91110f759d90d80df05f8e2b363978390d274dab /tests | |
parent | 4c9ec0c30cd895095419332510292ce530f24fdb (diff) |
tests/write-behind: move 1279730.t to BAD tests
There is a race condition which is causing the test to fail. For lack
of bandwidth I am moving this test to BAD, though clearly there is
some issue with codebase.
BUG: 1337779
Change-Id: If4f3eff8a5985f37a4dee65d2df29fa7b6bda7ae
Signed-off-by: Raghavendra G <rgowdapp@redhat.com>
Reviewed-on: http://review.gluster.org/14444
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>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/bugs/write-behind/bug-1279730.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bugs/write-behind/bug-1279730.t b/tests/bugs/write-behind/bug-1279730.t index 1c7db1f10d5..20447c349d5 100755 --- a/tests/bugs/write-behind/bug-1279730.t +++ b/tests/bugs/write-behind/bug-1279730.t @@ -31,3 +31,7 @@ TEST $CLI volume stop $V0; TEST $CLI volume delete $V0; cleanup; + +#G_TESTDEF_TEST_STATUS_CENTOS6=BAD_TEST,BUG=1279730 +#G_TESTDEF_TEST_STATUS_NETBSD7=BAD_TEST,BUG=1279730 + |