From 975ba8fc2c1248c2bdff30b57c68c2210e756893 Mon Sep 17 00:00:00 2001 From: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com> Date: Tue, 15 Feb 2022 19:12:46 +0400 Subject: [PATCH] disable chat tests --- tests/Test.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Test.hs b/tests/Test.hs index 8ed0ac0dcb..d7c56b70cd 100644 --- a/tests/Test.hs +++ b/tests/Test.hs @@ -10,4 +10,4 @@ main = withSmpServer . hspec $ do describe "SimpleX chat markdown" markdownTests describe "SimpleX chat protocol" protocolTests describe "Mobile API Tests" mobileTests - describe "SimpleX chat client" chatTests + -- describe "SimpleX chat client" chatTests