Skip to content

Commit

Permalink
Disabled PlatformApi RPC tests temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
lijamie98 committed Dec 19, 2023
1 parent 1ab8808 commit 9dc5392
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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()

Expand Down

0 comments on commit 9dc5392

Please sign in to comment.