Skip to content

Commit

Permalink
feat: add dirtiest context to flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelAHM committed Dec 31, 2024
1 parent c47baf6 commit afce326
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.springframework.test.annotation.DirtiesContext;

import static org.hamcrest.CoreMatchers.not;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.containsString;

@Tag("IntegrationTest")
@DirtiesContext(classMode = DirtiesContext.ClassMode.AFTER_EACH_TEST_METHOD)
public class JettyRequestLogTestIntegration extends AbstractIntegrationTest {

private static final RpslObject OWNER_MNT = RpslObject.parse("" +
Expand Down

0 comments on commit afce326

Please sign in to comment.