Skip to content

Commit fe60e68

Browse files
author
Pavel Anihimovsky
committed
Ignore unstable tests
1 parent fe45ded commit fe60e68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Aquality.Selenium.Core/tests/Aquality.Selenium.Core.Tests/Applications/Browser/CachedElementTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ public void Should_ReturnCorrectState_False_WhenWindowIsRefreshed([ValueSource(n
115115
}
116116

117117
[Test]
118+
[Ignore("Tests should be updated: find out more stable example")]
118119
public void Should_ReturnCorrectState_True_WhenWindowIsRefreshed([ValueSource(nameof(StateFunctionsTrueWhenElementStaleWhichRetriveElement))] Func<IElementStateProvider, bool> stateCondition)
119120
{
120121
AssertStateConditionAfterRefresh(stateCondition, expectedValue: true);

0 commit comments

Comments
 (0)