Skip to content

Commit

Permalink
Disable test #deploy-dolly-search-service
Browse files Browse the repository at this point in the history
  • Loading branch information
krharum committed Feb 18, 2025
1 parent 75438da commit ac50668
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package no.nav.testnav.dollysearchservice;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.security.oauth2.jwt.JwtDecoder;
import org.springframework.test.context.ActiveProfiles;
import org.springframework.test.context.bean.override.mockito.MockitoBean;

@Disabled
@SpringBootTest
@ActiveProfiles("test")
class ApplicationContextTest {
Expand All @@ -17,4 +19,4 @@ class ApplicationContextTest {
@SuppressWarnings("java:S2699")
void load_app_context() {
}
}
}

0 comments on commit ac50668

Please sign in to comment.