Skip to content

Commit

Permalink
using setup function
Browse files Browse the repository at this point in the history
  • Loading branch information
anushka567 committed Nov 11, 2024
1 parent 323b874 commit 7bee469
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/integration_tests/concurrent_operations/setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ func TestMain(m *testing.M) {
{"--kernel-list-cache-ttl-secs=-1"}, {"--kernel-list-cache-ttl-secs=0"},
}
if !testing.Short() {
flagsSet = append(flagsSet, []string{"--kernel-list-cache-ttl-secs=-1", "--client-protocol=grpc"})
flagsSet = append(flagsSet, []string{"--kernel-list-cache-ttl-secs=0", "--client-protocol=grpc"})
setup.AppendFlagsToAllFlagsInTheFlagsSet(&flagsSet, "", "--client-protocol=grpc")
}
successCode := static_mounting.RunTests(flagsSet, m)

Expand Down

0 comments on commit 7bee469

Please sign in to comment.