Skip to content

Commit

Permalink
Disable Test Proxy Tests (#33841)
Browse files Browse the repository at this point in the history
  • Loading branch information
samvaity authored Mar 3, 2023
1 parent d932cac commit ad9dc29
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import com.fasterxml.jackson.databind.SerializationFeature;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;

Expand All @@ -48,6 +49,7 @@
/**
* Test class for testing Test proxy functionality of record, playback and redaction.
*/
@Disabled
public class TestProxyTests extends TestProxyTestBase {
static TestProxyTestServer server;
private static final ObjectMapper RECORD_MAPPER = new ObjectMapper().enable(SerializationFeature.INDENT_OUTPUT);
Expand Down

0 comments on commit ad9dc29

Please sign in to comment.