Skip to content

Commit

Permalink
[fix](case) add "nonConcurrent" to prevent effect other case (apache#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-stephen authored Dec 4, 2023
1 parent 0e52a1a commit 6e2bbe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regression-test/suites/meta_action_p0/test_dump_image.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.

suite("test_dump_image") {
suite("test_dump_image", "nonConcurrent") {
httpTest {
endpoint context.config.feHttpAddress
uri "/dump"
Expand All @@ -35,4 +35,4 @@ suite("test_dump_image") {
logger.info("dumpFile:${dumpFilePath} deleted");
}
}
}
}

0 comments on commit 6e2bbe5

Please sign in to comment.