mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tst: winfsp-tests: disable load_unload_test
This commit is contained in:
parent
a7bc306b2d
commit
5dda5903a8
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user