Skip to content

Commit

Permalink
(chores) ci: isolate test that depends on precise time of events
Browse files Browse the repository at this point in the history
  • Loading branch information
orpiske committed Apr 18, 2024
1 parent 11fab69 commit 22de245
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@
import org.apache.camel.TimeoutMap;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
import org.junit.jupiter.api.parallel.Isolated;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import static org.awaitility.Awaitility.await;
import static org.junit.jupiter.api.Assertions.*;

@Isolated("Depends on precise timing that may be hard to achieve if the system is under pressure")
@DisabledIfSystemProperty(named = "ci.env.name", matches = "github.com", disabledReason = "Flaky on Github CI")
public class DefaultTimeoutMapTest {

Expand Down

0 comments on commit 22de245

Please sign in to comment.