We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc06e4 commit 78fcea3Copy full SHA for 78fcea3
1 file changed
src/test/kotlin/com/ecwid/apiclient/v3/entity/BrandsTest.kt
@@ -9,6 +9,7 @@ import com.ecwid.apiclient.v3.util.randomAlphanumeric
9
import com.ecwid.apiclient.v3.util.randomPrice
10
import org.junit.jupiter.api.Assertions.assertTrue
11
import org.junit.jupiter.api.BeforeEach
12
+import org.junit.jupiter.api.Disabled
13
import kotlin.test.Test
14
import kotlin.test.assertEquals
15
@@ -22,6 +23,7 @@ class BrandsTest : BaseEntityTest() {
22
23
removeAllProducts()
24
}
25
26
+ @Disabled("The test is temporarily disabled")
27
@Test
28
fun getBrands() {
29
val brandedProductsCreateResult = createProductsWithBrands()
0 commit comments