Temporarily ignore RSocket integration tests

Issue gh-8643
This commit is contained in:
Eleftheria Stein
2020-06-03 15:29:59 -04:00
parent fd7fe482f5
commit d5eeec0ae6
4 changed files with 8 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
*/
package sample;
import org.junit.Ignore;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.rsocket.context.LocalRSocketServerPort;
import org.springframework.boot.test.context.SpringBootTest;
@@ -40,6 +41,7 @@ import static org.springframework.security.rsocket.metadata.UsernamePasswordMeta
@RunWith(SpringRunner.class)
@TestPropertySource(properties = "spring.rsocket.server.port=0")
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
@Ignore
public class HelloRSocketApplicationITests {
@Autowired