Comment out sagan stub tests

This commit is contained in:
spencergibb
2023-03-14 15:13:24 -04:00
parent e17232699c
commit 9bd1febfb6
2 changed files with 3 additions and 2 deletions

View File

@@ -115,7 +115,7 @@
<version>${awaitility.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<!--<dependency>
<groupId>io.spring.sagan</groupId>
<artifactId>sagan-site</artifactId>
<classifier>stubs</classifier>
@@ -127,7 +127,7 @@
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>-->
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>

View File

@@ -38,6 +38,7 @@ import static org.assertj.core.api.BDDAssertions.then;
/**
* @author Marcin Grzejszczak
*/
@Disabled
@SpringBootTest(classes = RestTemplateSaganClientTests.Config.class)
@AutoConfigureStubRunner(ids = "io.spring.sagan:sagan-site")
public class RestTemplateSaganClientTests {