From ae4f890e4b4e4faa17bea419a5d6f383d435abff Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Thu, 22 May 2025 21:48:13 +0100 Subject: [PATCH] enable all tests --- tests/AgentTests/NotificationTests.hs | 4 ++-- tests/ServerTests.hs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/AgentTests/NotificationTests.hs b/tests/AgentTests/NotificationTests.hs index 0f13fbeb8..b19c3b6b7 100644 --- a/tests/AgentTests/NotificationTests.hs +++ b/tests/AgentTests/NotificationTests.hs @@ -136,9 +136,9 @@ notificationTests ps@(t, _) = do it "should fail with incorrect fingerprint" $ do testRunNTFServerTests t srv1 `shouldReturn` Just (ProtocolTestFailure TSConnect $ BROKER (B.unpack $ strEncode srv1) NETWORK) describe "Managing notification subscriptions" $ do - fdescribe "should create notification subscription for existing connection" $ + describe "should create notification subscription for existing connection" $ testNtfMatrix ps testNotificationSubscriptionExistingConnection - fdescribe "should create notification subscription for new connection" $ + describe "should create notification subscription for new connection" $ testNtfMatrix ps testNotificationSubscriptionNewConnection it "should change notifications mode" $ withSmpServer ps $ diff --git a/tests/ServerTests.hs b/tests/ServerTests.hs index 1d8788497..ce8d6c62a 100644 --- a/tests/ServerTests.hs +++ b/tests/ServerTests.hs @@ -897,7 +897,7 @@ createAndSecureQueue h sPub = do testTiming :: SpecWith (ATransport, AStoreType) testTiming = - fdescribe "should have similar time for auth error, whether queue exists or not, for all key types" $ + describe "should have similar time for auth error, whether queue exists or not, for all key types" $ forM_ timingTests $ \tst -> it (testName tst) $ \(ATransport t, msType) -> smpTest2Cfg (cfgMS msType) (mkVersionRange minServerSMPRelayVersion authCmdsSMPVersion) t $ \rh sh ->