Skip to content

Commit 901378b

Browse files
committed
chore: Disabled flaky test.
1 parent bc28022 commit 901378b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plc4j/drivers/opcua/src/test/java/org/apache/plc4x/java/opcua/OpcuaPlcDriverTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ public void writeVariables(SecurityPolicy policy, MessageSecurity messageSecurit
463463
Test added to test the synchronized TransactionHandler. (This was disabled before being enabled again so it might be a candidate for those tests not running properly on different platforms)
464464
*/
465465
@Test
466+
@Disabled("Disabled flaky test. Tracking issue at https://github.com/apache/plc4x/issues/1764")
466467
public void multipleThreads() throws Exception {
467468
class ReadWorker extends Thread {
468469
private final PlcConnection connection;

0 commit comments

Comments
 (0)