From eeda2ca96a5cdff8f0a713447bb39289676c347a Mon Sep 17 00:00:00 2001 From: levlam Date: Sun, 22 Nov 2020 16:56:34 +0300 Subject: [PATCH] Disable broken Secret_go test. --- test/secret.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/secret.cpp b/test/secret.cpp index acb61089d..2020ff4c2 100644 --- a/test/secret.cpp +++ b/test/secret.cpp @@ -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;