Skip to content

Commit

Permalink
Temporarily disabling flaky AuditRecordControllerTests
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Dec 7, 2023
1 parent e6c6a6c commit 33e790c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.jupiter.api.Disabled;
import org.junit.runner.RunWith;
import org.mockito.ArgumentMatchers;

Expand Down Expand Up @@ -70,6 +71,7 @@
* @author Gunnar Hillert
* @author Daniel Serleg
*/
@Disabled
@RunWith(SpringRunner.class)
@SpringBootTest(classes = TestDependencies.class)
@DirtiesContext(classMode = ClassMode.BEFORE_EACH_TEST_METHOD)
Expand Down

0 comments on commit 33e790c

Please sign in to comment.