commit | 022b7972b19f09aba2d37c26a6b35ca6c0c1abd1 | [log] [tgz] |
---|---|---|
author | Suharsh Sivakumar <suharshs@google.com> | Mon Jun 29 23:59:10 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jun 29 23:59:10 2015 +0000 |
tree | c321df849eeea344c16bc5d98812ecccaf3ae7e4 | |
parent | c095fc27bc1156c81113f02b2295ddf1f462b48d [diff] | |
parent | d1276c5e88802740a423c69d1a07ba4bacf7d2ef [diff] |
Merge "device/internal/impl/deamonreap: Disable flaky test."
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()