Skip to content

Commit

Permalink
Fix SingleStoreIO performance test job (#24753)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn authored Dec 22, 2022
1 parent b757ad0 commit cb31ea2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ job(jobName) {
switches("--info")
switches("-DintegrationTestPipelineOptions=\'${common.joinPipelineOptions(pipelineOptions)}\'")
switches("-DintegrationTestRunner=dataflow")
tasks(":sdks:java:io:singlestore:integrationTest --tests org.apache.beam.sdk.io.singlestore.SingleStoreIOITPerformance")
tasks(":sdks:java:io:singlestore:integrationTest --tests org.apache.beam.sdk.io.singlestore.SingleStoreIOPerformanceIT")
}
}
}

0 comments on commit cb31ea2

Please sign in to comment.