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()