Skip to content

Commit d721eeb

Browse files
committed
ECOM-7839 Temporary ignore ProductTypesTest.testProductTypeLifecycle
1 parent 0d781e0 commit d721eeb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import org.junit.jupiter.api.Assertions.assertEquals
1313
import org.junit.jupiter.api.Assertions.assertTrue
1414
import org.junit.jupiter.api.BeforeEach
1515
import org.junit.jupiter.api.Test
16+
import kotlin.test.Ignore
1617

1718
class ProductTypesTest : BaseEntityTest() {
1819

@@ -97,6 +98,7 @@ class ProductTypesTest : BaseEntityTest() {
9798
assertEquals(productTypeCreateRequest.newProductType, cleanedDetails)
9899
}
99100

101+
@Ignore
100102
@Test
101103
fun testProductTypeLifecycle() {
102104
// Creating new product type

0 commit comments

Comments
 (0)