Skip to content

Commit

Permalink
add flag (#2215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah authored Jul 24, 2024
1 parent b0828d8 commit 3425ee0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func TestMain(m *testing.M) {
setup.SetUpTestDirForTestBucketFlag()

flagsSet := [][]string{
{"--kernel-list-cache-ttl-secs=-1"},
{"--kernel-list-cache-ttl-secs=-1", "--kernel-list-cache-ttl-secs=0"},
}
successCode := static_mounting.RunTests(flagsSet, m)

Expand Down

0 comments on commit 3425ee0

Please sign in to comment.