Deflake TestIgnorePuTTYSimpleChannel (#14373)

Yet another test where we need to disable the filesessions
uploader.

Fixes #14368
This commit is contained in:
Zac Bergquist 2022-07-12 14:14:36 -06:00 committed by GitHub
parent bb0667e54f
commit 0746221926
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1909,7 +1909,7 @@ func TestX11ProxySupport(t *testing.T) {
func TestIgnorePuTTYSimpleChannel(t *testing.T) {
t.Parallel()
f := newFixture(t)
f := newFixtureWithoutDiskBasedLogging(t)
ctx := context.Background()
listener, _ := mustListen(t)