Skip to content

Commit 7553b51

Browse files
authored
Disabling flaky push notification test (#5980)
1 parent 98304f6 commit 7553b51

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

test/PushNotificationTests/UnpackagedTests.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) Microsoft Corporation and Contributors.
1+
// Copyright (c) Microsoft Corporation and Contributors.
22
// Licensed under the MIT License.
33

44
#include "pch.h"
@@ -43,9 +43,11 @@ class UnpackagedTests : BaseTestSuite
4343
}
4444

4545
TEST_METHOD(ChannelRequestUsingNullRemoteId);
46-
TEST_METHOD(ChannelRequestUsingRemoteId);
46+
BEGIN_TEST_METHOD(ChannelRequestUsingRemoteId) // Currently flaking
47+
TEST_METHOD_PROPERTY(L"Ignore", L"true")
48+
END_TEST_METHOD()
4749
TEST_METHOD(ChannelRequestCheckExpirationTime);
48-
BEGIN_TEST_METHOD(MultipleChannelClose) // Currently failing
50+
BEGIN_TEST_METHOD(MultipleChannelClose) // Currently failing
4951
TEST_METHOD_PROPERTY(L"Ignore", L"true")
5052
END_TEST_METHOD()
5153
TEST_METHOD(VerifyRegisterAndUnregister);

0 commit comments

Comments
 (0)