We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2443de5 + 623ee39 commit 7e4778fCopy full SHA for 7e4778f
src/integration/java/org/jlab/epics2web/IntegrationErrorTest.java
@@ -39,8 +39,8 @@ public class IntegrationErrorTest {
39
public static GenericContainer<?> softioc = new FixedHostPortGenericContainer<>("slominskir/softioc:1.1.0")
40
.withFixedExposedPort(5064, 5064, InternetProtocol.TCP)
41
.withFixedExposedPort(5065, 5065, InternetProtocol.TCP)
42
- //.withFixedExposedPort(5064, 5064, InternetProtocol.UDP)
43
- //.withFixedExposedPort(5065, 5065, InternetProtocol.UDP)
+ .withFixedExposedPort(5064, 5064, InternetProtocol.UDP)
+ .withFixedExposedPort(5065, 5065, InternetProtocol.UDP)
44
.withNetwork(network)
45
.withPrivilegedMode(true)
46
.withCreateContainerCmdModifier(cmd -> cmd
0 commit comments