Skip to content

Commit

Permalink
reverting pipeline validation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
snamilikonda authored Aug 27, 2024
1 parent baafbb0 commit 4be661b
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -570,13 +570,5 @@ public async Task ClickStaySignedIn_ShouldWaitForUrlAfterActions()
// Assert
MockPage.Verify(p => p.WaitForURLAsync("http://desired.url", null), Times.Once);
}

[Fact]
public async Task GetCertAuthGlob_t()
{
// Assert
Assert.Equal("a", "b");
}

}
}

0 comments on commit 4be661b

Please sign in to comment.