Skip to content

Commit

Permalink
rm benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
tejal29 committed Jun 7, 2020
1 parent 4ac51ef commit f8bf02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/misc-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -e

TESTS=$(./scripts/integration-test.sh -list=Test -mod=vendor)

TESTS=$(echo $TESTS | tr ' ' '\n' | grep 'Test'| grep -v 'TestRun' | grep -v 'TestLayers' | grep -v 'TestK8s')
TESTS=$(echo $TESTS | tr ' ' '\n' | grep 'Test'| grep -v 'TestRun' | grep -v 'TestLayers' | grep -v 'TestK8s' | grep -v 'TestSnapshotBenchmark')

RUN_ARG=''
count=0
Expand Down

0 comments on commit f8bf02a

Please sign in to comment.