enable all tests

This commit is contained in:
Evgeny Poberezkin
2025-05-22 21:48:13 +01:00
parent ac7ad150af
commit ae4f890e4b
2 changed files with 3 additions and 3 deletions

View File

@@ -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 $

View File

@@ -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 ->