tst: winfsp-tests: disable load_unload_test

This commit is contained in:
Bill Zissimopoulos 2022-08-21 07:25:25 +01:00
parent a7bc306b2d
commit 5dda5903a8

View File

@ -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);
}