We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d781e0 commit d677a77Copy full SHA for d677a77
1 file changed
src/test/kotlin/com/ecwid/apiclient/v3/entity/ProductTypesTest.kt
@@ -12,6 +12,7 @@ import com.ecwid.apiclient.v3.util.randomOf
12
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.Disabled
16
import org.junit.jupiter.api.Test
17
18
class ProductTypesTest : BaseEntityTest() {
@@ -97,6 +98,7 @@ class ProductTypesTest : BaseEntityTest() {
97
98
assertEquals(productTypeCreateRequest.newProductType, cleanedDetails)
99
}
100
101
+ @Disabled("ECOM-11851 - disabled due to error 500")
102
@Test
103
fun testProductTypeLifecycle() {
104
// Creating new product type
0 commit comments