Skip to content

Commit

Permalink
ignore compatibility test
Browse files Browse the repository at this point in the history
  • Loading branch information
salamonpavel committed Nov 21, 2024
1 parent df7119d commit ce05796
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ import za.co.absa.atum.agent.model.AtumMeasure.RecordCount
import za.co.absa.balta.DBTestSuite
import za.co.absa.balta.classes.JsonBString
import com.typesafe.config.{ConfigFactory, ConfigValueFactory}
import org.scalatest.Ignore
import za.co.absa.atum.agent.dispatcher.HttpDispatcher

import scala.collection.immutable.ListMap

@Ignore
class AgentServerCompatibilityTests extends DBTestSuite {

private val testDataForRDD = Seq(
Expand All @@ -42,7 +40,7 @@ class AgentServerCompatibilityTests extends DBTestSuite {
.add(StructField("columnForSum", DoubleType))

// Need to add service & pg run in CI
test("Agent should be compatible with server") {
ignore("Agent should be compatible with server") {

val expectedMeasurement = JsonBString(
"""{"mainValue": {"value": "4", "valueType": "Long"}, "supportValues": {}}""".stripMargin
Expand Down

0 comments on commit ce05796

Please sign in to comment.