Skip to content

Commit

Permalink
Disable global HereNow tests (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-grzesiowski committed May 22, 2024
1 parent 041de10 commit 40b2ecd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/UnitTests/PubnubApi.Tests/WhenAClientIsPresented.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,8 @@ public static void IfHereNowIsCalledThenItShouldReturnInfoWithUserState()
Assert.IsTrue(receivedHereNowMessage, "here_now message not received with user state");
}

[Test]
//TODO: CLEN-2044
//[Test]
public static void IfGlobalHereNowIsCalledThenItShouldReturnInfo()
{
server.ClearRequests();
Expand Down Expand Up @@ -1790,7 +1791,8 @@ public static void IfGlobalHereNowIsCalledThenItShouldReturnInfo()
Assert.IsTrue(receivedHereNowMessage, "global_here_now message not received");
}

[Test]
//TODO: CLEN-2044
//[Test]
public static void IfGlobalHereNowIsCalledThenItShouldReturnInfoWithUserState()
{
server.ClearRequests();
Expand Down

0 comments on commit 40b2ecd

Please sign in to comment.