File tree Expand file tree Collapse file tree
test/PushNotificationTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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);
You can’t perform that action at this time.
0 commit comments