diff options
author | Raghavendra Talur <rtalur@redhat.com> | 2016-08-31 16:07:09 +0530 |
---|---|---|
committer | Jeff Darcy <jdarcy@redhat.com> | 2016-08-31 05:15:59 -0700 |
commit | add85dda0127262164123c6373d55ff2cf9bb14b (patch) | |
tree | d511b68fbb783789608a4b094c465738f141d052 /tests/features/lock_revocation.t | |
parent | 2d3292fd29884b16cac058f937f91cfda197eca6 (diff) | |
download | glusterfs-add85dda0127262164123c6373d55ff2cf9bb14b.tar.gz glusterfs-add85dda0127262164123c6373d55ff2cf9bb14b.tar.xz glusterfs-add85dda0127262164123c6373d55ff2cf9bb14b.zip |
tests: disable lock_revocation.t on NetBSD
This has been consistently causing hangs in NetBSD machines. I have not
been able to debug the issue and we have merge deadline for 3.9. It
would be better to disable this for now.
Change-Id: I8c63940aa26f78dd9994bb63293a5757835ec52b
BUG: 1369401
Signed-off-by: Raghavendra Talur <rtalur@redhat.com>
Reviewed-on: http://review.gluster.org/15374
Smoke: Gluster Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
NetBSD-regression: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'tests/features/lock_revocation.t')
-rw-r--r-- | tests/features/lock_revocation.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/features/lock_revocation.t b/tests/features/lock_revocation.t index cbf21b7165..de2d53707c 100644 --- a/tests/features/lock_revocation.t +++ b/tests/features/lock_revocation.t @@ -50,3 +50,4 @@ sleep 3 TEST append_to_file $M1/testfile cleanup +#G_TESTDEF_TEST_STATUS_NETBSD7=BAD_TEST,BUG=1369401 |