Add missing gateway-api guard in test (#12522)

This commit is contained in:
Frank Budinsky 2023-01-25 17:20:18 -05:00 committed by GitHub
parent 6c36a18709
commit 7015cd8435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -77,5 +77,7 @@ _verify_lines snip_apply_weightbased_tcp_routing_9 "
"
# @cleanup
if [ "$GATEWAY_API" != "true" ]; then
snip_cleanup_1
snip_cleanup_3
fi