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;
TEST(launch_reg_test);
TEST(launch_test);
//TEST(launch_test);
}