commit | d1276c5e88802740a423c69d1a07ba4bacf7d2ef | [log] [tgz] |
---|---|---|
author | Suharsh Sivakumar <suharshs@google.com> | Mon Jun 29 16:44:39 2015 -0700 |
committer | Suharsh Sivakumar <suharshs@google.com> | Mon Jun 29 16:44:41 2015 -0700 |
tree | 8af9e7fc5c6fc0a3d094d5b49bd3776f0acdda48 | |
parent | ef5b2cfcad161e66fdc0ff6c9106afe3f2e91360 [diff] |
device/internal/impl/deamonreap: Disable flaky test. Disable TestReapRestartsDaemonMode until v.io/i/573 is fixed. Change-Id: If0e90eb26e08ed39d042722959e7c9bb5aa04c94
diff --git a/services/device/internal/impl/daemonreap/persistent_daemon_kill_test.go b/services/device/internal/impl/daemonreap/persistent_daemon_kill_test.go index dad6344..11c21d6 100644 --- a/services/device/internal/impl/daemonreap/persistent_daemon_kill_test.go +++ b/services/device/internal/impl/daemonreap/persistent_daemon_kill_test.go
@@ -19,6 +19,9 @@ ) func TestReapRestartsDaemonMode(t *testing.T) { + // TODO(rjkroege): Enable this test once v.io/i/573 is fixed. + t.Skip("Test is flaky. Disabling until v.io/i/573 is fixed.") + cleanup, ctx, sh, envelope, root, helperPath, _ := utiltest.StartupHelper(t) defer cleanup()