Skip to content

Commit

Permalink
run CorsLiveMockMvcTest in data plane profile only
Browse files Browse the repository at this point in the history
  • Loading branch information
mspector committed Sep 25, 2024
1 parent fc2b5aa commit e5e225e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import java.util.UUID;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ValueSource;
import org.springframework.test.context.ActiveProfiles;
import org.springframework.test.web.servlet.MvcResult;

/**
Expand All @@ -16,6 +17,9 @@
*
* <p>See also CorsLocalMockMvcTest for testing CORS behavior in the "local" Spring profile
*/
@ActiveProfiles(
value = {"data-plane"},
inheritProfiles = false)
class CorsLiveMockMvcTest extends MockMvcTestBase {
private static final String versionId = "v0.2";

Expand Down

0 comments on commit e5e225e

Please sign in to comment.