Skip to content

Commit

Permalink
fix: Disabled another OPC-UA test, which seems to be randomly failing…
Browse files Browse the repository at this point in the history
… the build.
  • Loading branch information
chrisdutz committed Sep 30, 2024
1 parent 3a99cea commit 0fd2d9c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@
import org.apache.plc4x.java.opcua.security.SecurityPolicy;
import org.apache.plc4x.test.DisableOnJenkinsFlag;
import org.junit.jupiter.api.Assumptions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.CsvFileSource;

@DisableOnJenkinsFlag
@Disabled("Disabled flaky test. Tracking issue at https://github.com/apache/plc4x/issues/1764")
class ChunkFactoryTest {

public static final Map<Integer, Entry<PrivateKey, X509Certificate>> CERTIFICATES = new HashMap<>();
Expand Down

0 comments on commit 0fd2d9c

Please sign in to comment.