File tree 2 files changed +5
-1
lines changed
balking/src/test/java/com/iluwatar/balking
throttling/src/test/java/com/iluwatar/throttling
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22
22
*/
23
23
package com .iluwatar .balking ;
24
24
25
+ import org .junit .jupiter .api .Disabled ;
25
26
import org .junit .jupiter .api .Test ;
26
27
27
28
import java .util .concurrent .ExecutorService ;
@@ -37,6 +38,7 @@ public class WashingMachineTest {
37
38
38
39
private volatile WashingMachineState machineStateGlobal ;
39
40
41
+ @ Disabled
40
42
@ Test
41
43
public void wash () throws Exception {
42
44
WashingMachine washingMachine = new WashingMachine ();
Original file line number Diff line number Diff line change 24
24
25
25
import com .iluwatar .throttling .timer .ThrottleTimerImpl ;
26
26
import com .iluwatar .throttling .timer .Throttler ;
27
+ import org .junit .jupiter .api .Disabled ;
27
28
import org .junit .jupiter .api .Test ;
28
29
29
30
import static org .junit .jupiter .api .Assertions .assertTrue ;
32
33
* B2BServiceTest class to test the B2BService
33
34
*/
34
35
public class B2BServiceTest {
35
-
36
+
37
+ @ Disabled
36
38
@ Test
37
39
public void dummyCustomerApiTest () {
38
40
Tenant tenant = new Tenant ("testTenant" , 2 );
You can’t perform that action at this time.
0 commit comments