Skip to content

Commit

Permalink
chore: Disabled flaky test.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Sep 16, 2024
1 parent bc28022 commit 901378b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ public void writeVariables(SecurityPolicy policy, MessageSecurity messageSecurit
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)
*/
@Test
@Disabled("Disabled flaky test. Tracking issue at https://github.com/apache/plc4x/issues/1764")

This comment has been minimized.

Copy link
@sruehl

sruehl Sep 16, 2024

Contributor

link #1764

public void multipleThreads() throws Exception {
class ReadWorker extends Thread {
private final PlcConnection connection;
Expand Down

0 comments on commit 901378b

Please sign in to comment.