Skip to content

Commit

Permalink
[regression-test](fix) fix regression-test/suites/node_p0/test_fronte…
Browse files Browse the repository at this point in the history
…nd.groovy nonConcurrent typo bug (apache#45852)
  • Loading branch information
shuke987 committed Dec 24, 2024
1 parent 25f822e commit dab3263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression-test/suites/node_p0/test_frontend.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_frontend") {
suite("test_frontend", "nonConcurrent") {
def address = "127.0.0.1"
def notExistPort = 12345

Expand Down

0 comments on commit dab3263

Please sign in to comment.