Skip to content

Commit

Permalink
Disable opcua tests on Jenkins.
Browse files Browse the repository at this point in the history
Signed-off-by: Łukasz Dywicki <[email protected]>
  • Loading branch information
splatch committed Oct 19, 2024
1 parent 369ecce commit 53f3593
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.fail;

@DisableOnJenkinsFlag
@Testcontainers(disabledWithoutDocker = true)
public class OpcuaPlcDriverTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
// cdutz: I have done way more than my fair share on tracking down this issue and am simply giving up on it.
// I tracked it down into the core of Milo several times now, but got lost in there.
// It's not a big issue as the GitHub runners and the Apache Jenkins still run the test.
@DisableOnJenkinsFlag
@DisableOnParallelsVmFlag
@Testcontainers(disabledWithoutDocker = true)
public class OpcuaSubscriptionHandleTest {

Expand Down

0 comments on commit 53f3593

Please sign in to comment.