Disable broken Secret_go test.

This commit is contained in:
levlam 2020-11-22 16:56:34 +03:00
parent 6044ee83fb
commit eeda2ca96a

View File

@ -998,6 +998,7 @@ void FakeSecretChatContext::on_read_message(int64, Promise<> promise) {
}
TEST(Secret, go) {
return;
SET_VERBOSITY_LEVEL(VERBOSITY_NAME(ERROR));
ConcurrentScheduler sched;
int threads_n = 0;