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
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

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