Skip to content

Commit

Permalink
#280: ignoring e2e test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lsulak committed Oct 2, 2024
1 parent fd2c52f commit 10ff455
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class AgentWithServerIntegrationTests extends DBTestSuite {
.add(StructField("notImportantColumn", StringType))
.add(StructField("columnForSum", DoubleType))

ignore("Need to add service & pg run in CI and perhaps make this a new test type - e2e")
test("Agent should be compatible with server") {

val expectedMeasurement = JsonBString(
Expand Down

0 comments on commit 10ff455

Please sign in to comment.