diff options
author | Dan Lambright <dlambrig@redhat.com> | 2015-11-05 10:04:42 -0500 |
---|---|---|
committer | Dan Lambright <dlambrig@redhat.com> | 2015-11-05 08:31:53 -0800 |
commit | a176028f2865875c68556f42e7d2c5a697d14046 (patch) | |
tree | 4d5351af14f4b78b3865e22037ee3f70c28e7853 | |
parent | 80c046f10207ab3f039210683d3931a2615861f1 (diff) |
xlators/nfs add mount-nfs-auth.t to ignored tests list
mount-nfs-auth.t fails spuriously in regression. After discussion with
NFS leads agree to put it into ignored list until the problem is solved.
Change-Id: I44efc3332409ef963819f31d1775138d8a04a0f9
BUG: 1278476
Signed-off-by: Dan Lambright <dlambrig@redhat.com>
Reviewed-on: http://review.gluster.org/12521
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Reviewed-by: Jeff Darcy <jdarcy@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 5f96cd8d8f8..ff2871773f0 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -194,6 +194,7 @@ function is_bad_test () { local name=$1 for bt in ./tests/basic/quota-anon-fd-nfs.t \ + ./tests/basic/mount-nfs-auth.t \ ./tests/basic/quota-nfs.t \ ./tests/basic/tier/tier_lookup_heal.t \ ./tests/basic/tier/bug-1214222-directories_miising_after_attach_tier.t \ |