We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c713dbc commit 95df47eCopy full SHA for 95df47e
throttling/src/test/java/com/iluwatar/throttling/B2BServiceTest.java
@@ -23,6 +23,7 @@
23
package com.iluwatar.throttling;
24
25
import com.iluwatar.throttling.timer.Throttler;
26
+import org.junit.jupiter.api.Disabled;
27
import org.junit.jupiter.api.Test;
28
29
import static org.junit.jupiter.api.Assertions.assertEquals;
@@ -32,6 +33,7 @@
32
33
*/
34
public class B2BServiceTest {
35
36
+ @Disabled
37
@Test
38
public void dummyCustomerApiTest() {
39
Tenant tenant = new Tenant("testTenant", 2);
0 commit comments