diff --git a/essential-tests/src/testFixtures/kotlin/org/stellar/anchor/platform/integrationtest/PlatformApiTests.kt b/essential-tests/src/testFixtures/kotlin/org/stellar/anchor/platform/integrationtest/PlatformApiTests.kt index 4b859600d3..e1541a4871 100644 --- a/essential-tests/src/testFixtures/kotlin/org/stellar/anchor/platform/integrationtest/PlatformApiTests.kt +++ b/essential-tests/src/testFixtures/kotlin/org/stellar/anchor/platform/integrationtest/PlatformApiTests.kt @@ -3,6 +3,7 @@ package org.stellar.anchor.platform.integrationtest import com.google.gson.reflect.TypeToken import org.apache.http.HttpStatus.SC_OK import org.junit.jupiter.api.Assertions.assertEquals +import org.junit.jupiter.api.Disabled import org.junit.jupiter.api.Test import org.skyscreamer.jsonassert.Customization import org.skyscreamer.jsonassert.JSONAssert @@ -26,6 +27,7 @@ import org.stellar.anchor.platform.AbstractIntegrationTests import org.stellar.anchor.platform.TestConfig import org.stellar.anchor.util.GsonUtils +@Disabled class PlatformApiTests : AbstractIntegrationTests(TestConfig()) { private val gson = GsonUtils.getInstance()