From 5dda5903a8dd6f01daaaa7bf84ff206e9dbcab96 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Sun, 21 Aug 2022 07:25:25 +0100 Subject: [PATCH] tst: winfsp-tests: disable load_unload_test --- tst/winfsp-tests/loadun-test.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tst/winfsp-tests/loadun-test.c b/tst/winfsp-tests/loadun-test.c index 7ef18514..8a2ef6c5 100644 --- a/tst/winfsp-tests/loadun-test.c +++ b/tst/winfsp-tests/loadun-test.c @@ -40,5 +40,9 @@ void load_unload_tests(void) if (OptExternal) return; - TEST_OPT(load_unload_test); + /* + * An attempt to unload the driver while other tests are executing can make all tests fail. + * For this reason we do not enable this test, except when doing specialized testing. + */ + //TEST_OPT(load_unload_test); }