Skip to content

Commit 6b04118

Browse files
committed
Temporally disable some tests
1 parent 3827143 commit 6b04118

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/test/kotlin/com/ecwid/apiclient/v3/entity/CartsTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class CartsTest : BaseEntityTest() {
2424
}
2525

2626
@Test
27+
@Disabled("Temporally disabled")
2728
fun testCreateAndGetCart() {
2829
// Creating new cart
2930
val testOrder = generateTestOrder()
@@ -203,6 +204,7 @@ class CartsTest : BaseEntityTest() {
203204
}
204205

205206
@Test
207+
@Disabled("Temporally disabled")
206208
fun testConvertCartToOrder() {
207209
// Creating new cart
208210
val testOrder = generateTestOrder()

src/test/kotlin/com/ecwid/apiclient/v3/entity/OrdersTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class OrdersTest : BaseEntityTest() {
2929
}
3030

3131
@Test
32+
@Disabled("Temporally disabled")
3233
fun testOrderLifecycle() {
3334
// Creating new order
3435
val orderCreateRequest = OrderCreateRequest(

0 commit comments

Comments
 (0)