File tree Expand file tree Collapse file tree 4 files changed +5
-0
lines changed
src/test/kotlin/com/ecwid/apiclient/v3/entity Expand file tree Collapse file tree 4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ class CartsTest : BaseEntityTest() {
24
24
}
25
25
26
26
@Test
27
+ @Disabled(" Will be fixed in ECWID-162706" )
27
28
fun testCreateAndGetCart () {
28
29
// Creating new cart
29
30
val testOrder = generateTestOrder()
@@ -203,6 +204,7 @@ class CartsTest : BaseEntityTest() {
203
204
}
204
205
205
206
@Test
207
+ @Disabled(" Will be fixed in ECWID-162706" )
206
208
fun testConvertCartToOrder () {
207
209
// Creating new cart
208
210
val testOrder = generateTestOrder()
Original file line number Diff line number Diff line change @@ -279,6 +279,7 @@ class CategoriesTest : BaseEntityTest() {
279
279
}
280
280
281
281
@Test
282
+ @Disabled(" Will be fixed in ECWID-162706" )
282
283
fun testSearchUrls () {
283
284
// Create one category
284
285
val categoryCreateRequest = CategoryCreateRequest (
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ class OrdersTest : BaseEntityTest() {
29
29
}
30
30
31
31
@Test
32
+ @Disabled(" Will be fixed in ECWID-162706" )
32
33
fun testOrderLifecycle () {
33
34
// Creating new order
34
35
val orderCreateRequest = OrderCreateRequest (
Original file line number Diff line number Diff line change @@ -222,6 +222,7 @@ class ProductsTest : BaseEntityTest() {
222
222
}
223
223
224
224
@Test
225
+ @Disabled(" Will be fixed in ECWID-162706" )
225
226
fun testSearchUrls () {
226
227
// Create one product
227
228
val productCreateRequest = ProductCreateRequest (
You can’t perform that action at this time.
0 commit comments