Skip to content

Commit

Permalink
Add test category
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jszczerbinski committed Aug 23, 2024
1 parent 5c16b1d commit d691fdb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
package net.snowflake.client.jdbc;

import java.util.concurrent.atomic.AtomicBoolean;
import net.snowflake.client.category.TestCategoryOthers;
import net.snowflake.client.core.ExecTimeTelemetryData;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.CloseableHttpClient;
import org.apache.http.impl.client.HttpClientBuilder;
import org.junit.Test;
import org.junit.experimental.categories.Category;

@Category(TestCategoryOthers.class)
public class RestRequestWiremockTest extends BaseWiremockTest {

String connectionResetByPeerScenario =
Expand Down

0 comments on commit d691fdb

Please sign in to comment.