mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 04:35:32 +00:00
bug6135: removed intentional test failure again
This commit is contained in:
-2
@@ -102,8 +102,6 @@ public class TestLeaderboardConfiguration extends AbstractSeleniumTest {
|
||||
points, equalTo(expectedPointsForFindelJens[i]));
|
||||
assertThat("Total rank after " + (i + 1) + " race(s) does not match for competitor '8875' (Findel, Jens)",
|
||||
rank, equalTo(expectedRankForFindelJens[i]));
|
||||
int TODO; // provoke a warning so we see this in any case!
|
||||
assertThat("We want a screenshot!", true, equalTo(false)); // TODO remove this again; it is used only in the context of bug6135 to see if the screenshot rule still works with JUnit5:
|
||||
adminConsoleWindow.switchToWindow();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user