Disable more tests
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
package com.example.maximumsessions;
|
||||
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
@@ -32,6 +33,7 @@ import static org.springframework.test.web.servlet.request.MockMvcRequestBuilder
|
||||
|
||||
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
||||
@AutoConfigureMockMvc
|
||||
@Disabled
|
||||
public class MaximumSessionsTests {
|
||||
|
||||
@Autowired
|
||||
|
||||
Reference in New Issue
Block a user