We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d781e0 commit d721eebCopy full SHA for d721eeb
1 file changed
src/test/kotlin/com/ecwid/apiclient/v3/entity/ProductTypesTest.kt
@@ -13,6 +13,7 @@ import org.junit.jupiter.api.Assertions.assertEquals
13
import org.junit.jupiter.api.Assertions.assertTrue
14
import org.junit.jupiter.api.BeforeEach
15
import org.junit.jupiter.api.Test
16
+import kotlin.test.Ignore
17
18
class ProductTypesTest : BaseEntityTest() {
19
@@ -97,6 +98,7 @@ class ProductTypesTest : BaseEntityTest() {
97
98
assertEquals(productTypeCreateRequest.newProductType, cleanedDetails)
99
}
100
101
+ @Ignore
102
@Test
103
fun testProductTypeLifecycle() {
104
// Creating new product type
0 commit comments