Skip to content

Commit

Permalink
fix(plc4j): Use pre-provisioned security keys for OPC-UA tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Łukasz Dywicki <[email protected]>
  • Loading branch information
splatch committed Oct 22, 2024
1 parent 886c1e7 commit 05cee91
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
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 @@ -52,8 +52,6 @@
// 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 05cee91

Please sign in to comment.