Skip to content

Commit

Permalink
locking flaky failing Guice test
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Nov 28, 2024
1 parent 6644d70 commit 1ca76be
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
import org.junit.jupiter.api.Assumptions;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.parallel.Isolated

import javax.inject.Named;
import javax.servlet.Filter;
Expand Down Expand Up @@ -76,6 +77,7 @@
import static org.junit.jupiter.api.Assertions.assertTrue;


@Isolated("System property usage")
public class ShiroWebModuleTest {


Expand Down

0 comments on commit 1ca76be

Please sign in to comment.