Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions test/PushNotificationTests/UnpackagedTests.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation and Contributors.
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.

#include "pch.h"
Expand Down Expand Up @@ -43,9 +43,11 @@ class UnpackagedTests : BaseTestSuite
}

TEST_METHOD(ChannelRequestUsingNullRemoteId);
TEST_METHOD(ChannelRequestUsingRemoteId);
BEGIN_TEST_METHOD(ChannelRequestUsingRemoteId) // Currently flaking
TEST_METHOD_PROPERTY(L"Ignore", L"true")
END_TEST_METHOD()
TEST_METHOD(ChannelRequestCheckExpirationTime);
BEGIN_TEST_METHOD(MultipleChannelClose) // Currently failing
BEGIN_TEST_METHOD(MultipleChannelClose) // Currently failing
TEST_METHOD_PROPERTY(L"Ignore", L"true")
END_TEST_METHOD()
TEST_METHOD(VerifyRegisterAndUnregister);
Expand Down
Loading