Fix TestExecLongCommand - cleanup unlink (#19540)

Disable the audit log for TestExecLongCommand to fix TempDir RemoveAll cleanup: error.
This commit is contained in:
Jakub Nyckowski 2022-12-21 12:30:12 -05:00 committed by GitHub
parent 5376f1a9aa
commit a2e3fd94a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -756,7 +756,7 @@ func TestMaxSessions(t *testing.T) {
// command and send the command to then launch through a pipe.
func TestExecLongCommand(t *testing.T) {
t.Parallel()
f := newFixture(t)
f := newFixtureWithoutDiskBasedLogging(t)
ctx := context.Background()
// Get the path to where the "echo" command is on disk.