Skip to content

Commit

Permalink
UPDATE: slow tag for controller tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel committed Dec 19, 2019
1 parent c19f341 commit b4e00ab
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package segelzwerg.sporttooolbox.web.speed;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
Expand All @@ -16,6 +17,7 @@

@SpringBootTest
@AutoConfigureMockMvc
@Tag("slow")
public class SpeedControllerTest {

@Autowired
Expand Down

0 comments on commit b4e00ab

Please sign in to comment.