Skip to content

Commit d677a77

Browse files
committed
ECOM-7839 Temporary disable ProductTypesTest.testProductTypeLifecycle
1 parent 0d781e0 commit d677a77

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
@@ -12,6 +12,7 @@ import com.ecwid.apiclient.v3.util.randomOf
1212
import org.junit.jupiter.api.Assertions.assertEquals
1313
import org.junit.jupiter.api.Assertions.assertTrue
1414
import org.junit.jupiter.api.BeforeEach
15+
import org.junit.jupiter.api.Disabled
1516
import org.junit.jupiter.api.Test
1617

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

101+
@Disabled("ECOM-11851 - disabled due to error 500")
100102
@Test
101103
fun testProductTypeLifecycle() {
102104
// Creating new product type

0 commit comments

Comments
 (0)