From 6ad18769cb2399b9252bb60adc0e608abd04db15 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Mon, 1 Feb 2021 10:04:01 -0800 Subject: [PATCH] Disable mount-unmount-race test The mount-unmount-race test is occasionally hanging, disable it while we debug it and have test coverage for unrelated work. Signed-off-by: Zach Brown --- tests/sequence | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/sequence b/tests/sequence index 8cd44c87..ef49c991 100644 --- a/tests/sequence +++ b/tests/sequence @@ -25,7 +25,8 @@ lock-conflicting-batch-commit.sh cross-mount-data-free.sh persistent-item-vers.sh setup-error-teardown.sh -mount-unmount-race.sh +# failing in jenkins pr runners, zab's working on it +#umount-unmount-race.sh createmany-parallel-mounts.sh archive-light-cycle.sh stale-btree-read.sh