Skip to content

Commit

Permalink
Disable syslog-ng tests on aarch64
Browse files Browse the repository at this point in the history
* Disabling syslog tests on aarch64 as the currently used container is
  not multiarch.
  • Loading branch information
mjurc committed Sep 18, 2024
1 parent 64bf671 commit a7364b0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;

import io.quarkus.test.bootstrap.RestService;
import io.quarkus.test.scenarios.QuarkusScenario;
import io.quarkus.test.services.Container;
import io.quarkus.test.services.QuarkusApplication;

@QuarkusScenario
@DisabledIfSystemProperty(named = "ts.arm.missing.services.excludes", matches = "true", disabledReason = "https://github.com/quarkus-qe/quarkus-test-suite/issues/2024")
public class SyslogIT {

/*
Expand Down

0 comments on commit a7364b0

Please sign in to comment.