Skip to content

Commit

Permalink
test: enable test again since issue was closed
Browse files Browse the repository at this point in the history
There was a bug in the tests that made EnvironmentConfigurationTest.java
flaky

refs: #35
  • Loading branch information
GiugAles committed Jan 25, 2024
1 parent 2a49a48 commit 879752f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@

@SuppressWarnings("PMD.JUnitTestsShouldIncludeAssert")
@ExtendWith(VertxExtension.class)
@Disabled
//TODO: Test is flaky see https://github.com/Interactions-HSG/yggdrasil/issues/35
public class EnvironmentConfigurationTest {
private static final String SUB_WORKSPACE_NAME = "sub";
private static final String COUNTER_ARTIFACT_NAME = "c0";
Expand Down

0 comments on commit 879752f

Please sign in to comment.