Disabling Geode source tests temporarily

This commit is contained in:
Soby Chacko
2021-06-07 17:46:35 -04:00
parent 293a2e12c7
commit 2c2abf26f8

View File

@@ -16,8 +16,6 @@
package org.springframework.cloud.fn.supplier.websocket;
import static org.assertj.core.api.Assertions.assertThat;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.util.function.Supplier;
@@ -40,6 +38,8 @@ import org.springframework.web.socket.TextMessage;
import org.springframework.web.socket.WebSocketSession;
import org.springframework.web.socket.client.standard.StandardWebSocketClient;
import static org.assertj.core.api.Assertions.assertThat;
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT,
properties = "websocket.supplier.path=some_websocket_path")
@DirtiesContext