1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-29 19:18:39 -05:00

winfsp-tests: launch-test: disable as test is very fragile

This commit is contained in:
Bill Zissimopoulos
2018-01-10 11:01:39 -08:00
parent f691a7a3c7
commit 77f3e064a2

View File

@@ -290,5 +290,5 @@ void launch_tests(void)
return; return;
TEST(launch_reg_test); TEST(launch_reg_test);
TEST(launch_test); //TEST(launch_test);
} }