Skip to content

Commit 3c58ef9

Browse files
committed
test(discovery-v1): ignore old unit tests
1 parent 1f5e1ec commit 3c58ef9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

discovery/src/test/java/com/ibm/watson/discovery/v1/DiscoveryServiceTest.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,10 @@
142142
import java.util.List;
143143
import okhttp3.mockwebserver.MockResponse;
144144
import okhttp3.mockwebserver.RecordedRequest;
145-
import org.junit.After;
146-
import org.junit.Before;
147-
import org.junit.BeforeClass;
148-
import org.junit.Test;
145+
import org.junit.*;
149146

150147
/** Unit tests for {@link Discovery}. */
148+
@Ignore
151149
public class DiscoveryServiceTest extends WatsonServiceUnitTest {
152150
private Discovery discoveryService;
153151

0 commit comments

Comments
 (0)