From 0e781b552f26e3cae82bfdcde7c96d50961848f7 Mon Sep 17 00:00:00 2001 From: Anita Akaeze Date: Wed, 19 Jul 2023 17:43:52 -0400 Subject: [PATCH] Update test-integ/peering_commontopo/README.md Co-authored-by: Nick Irvine <115657443+nfi-hashicorp@users.noreply.github.com> --- test-integ/peering_commontopo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-integ/peering_commontopo/README.md b/test-integ/peering_commontopo/README.md index 91e0377660d6..7b6ef532a36c 100644 --- a/test-integ/peering_commontopo/README.md +++ b/test-integ/peering_commontopo/README.md @@ -34,7 +34,7 @@ To run individual peering topology tests: ``` cd /path/to/peering_commontopo -go test -timeout=10m -run ^'ExampleTestSuite' -v . +go test -timeout=10m -run '^ExampleTestSuite' -v -no-share-topo . ``` ## Local Development and Testing