Skip to content

Commit

Permalink
Remove login_integration_test from race testing until fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafibarash committed Sep 1, 2021
1 parent 1d718f5 commit ff15d60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion auth/login_integration_test.go
@@ -1,4 +1,5 @@
// +build !unit
//go:build !race
// +build !race

// Copyright 2016 Google, Inc.
//
Expand Down Expand Up @@ -310,6 +311,7 @@ func performCommandLineInteraction(t *testing.T, outRead io.Reader) {

// multiThreadReadWriter is a io.ReadWriter that allows for simpler
// communication than is afforded by io.Pipe
// TODO: Fix race condition when reading/writing using same slice.
type multiThreadReadWriter struct {
c chan []byte
}
Expand Down

0 comments on commit ff15d60

Please sign in to comment.