diff options
| author | levlam <levlam@telegram.org> | 2020-11-22 16:56:34 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2020-11-22 16:56:34 +0300 |
| commit | eeda2ca96a5cdff8f0a713447bb39289676c347a (patch) | |
| tree | a748f7bd97fe00933ee1ee8bec15a1e10f7272e6 /test/secret.cpp | |
| parent | 6044ee83fbf46ca19c7d949a37b92ee67af61127 (diff) | |
Disable broken Secret_go test.
Diffstat (limited to 'test/secret.cpp')
| -rw-r--r-- | test/secret.cpp | 1 |
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; |
