Skip to content

Commit

Permalink
added config change in unit test to fix test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernd Weigel committed Apr 5, 2024
1 parent c919b5a commit 3ceb778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/xceptance/neodymium/tests/WIPTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public class WIPTest extends NeodymiumTest
public void setJUnitViewModeFlat()
{
Neodymium.configuration().setProperty("neodymium.junit.viewmode", "flat");
Neodymium.configuration().setProperty("neodymium.workInProgress", "true");
}

@Test
Expand Down

0 comments on commit 3ceb778

Please sign in to comment.