aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2020-11-22 16:56:34 +0300
committerlevlam <levlam@telegram.org>2020-11-22 16:56:34 +0300
commiteeda2ca96a5cdff8f0a713447bb39289676c347a (patch)
treea748f7bd97fe00933ee1ee8bec15a1e10f7272e6 /test
parent6044ee83fbf46ca19c7d949a37b92ee67af61127 (diff)
Disable broken Secret_go test.
Diffstat (limited to 'test')
-rw-r--r--test/secret.cpp1
1 files changed, 1 insertions, 0 deletions
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;