We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d318c3e commit 0b1c000Copy full SHA for 0b1c000
src/test/java/com/uid2/client/test/IntegrationExamples.java
@@ -6,8 +6,11 @@
6
import java.util.TimerTask;
7
8
import org.junit.jupiter.api.Test;
9
+import org.junit.jupiter.api.condition.EnabledIfEnvironmentVariable;
10
+
11
import static org.junit.jupiter.api.Assertions.*;
12
13
+@EnabledIfEnvironmentVariable(named = "UID2_BASE_URL", matches = "\\S+")
14
public class IntegrationExamples {
15
final String TEST_ENDPOINT = System.getenv("UID2_BASE_URL");
16
final String TEST_API_KEY = System.getenv("UID2_API_KEY");
0 commit comments