Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(401)

Unified Diff: logdog/client/butler/streamserver/namedPipe_windows_test.go

Issue 2734133004: Disable Windows npipe test b/c of flake. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/client/butler/streamserver/namedPipe_windows_test.go
diff --git a/logdog/client/butler/streamserver/namedPipe_windows_test.go b/logdog/client/butler/streamserver/namedPipe_windows_test.go
index f056ffba1504b6f230334f0384f0bce70ef2ceea..45e5bc819a76e9d31244bdc61e320d514d331782 100644
--- a/logdog/client/butler/streamserver/namedPipe_windows_test.go
+++ b/logdog/client/butler/streamserver/namedPipe_windows_test.go
@@ -23,7 +23,7 @@ func TestWindowsNamedPipeServer(t *testing.T) {
pid := os.Getpid()
- Convey(`A named pipe server`, t, func() {
+ SkipConvey(`A named pipe server`, t, func() {
ctx := context.Background()
Convey(`Will refuse to create if there is an empty path.`, func() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698