TBR: sensorlog: Reenable test.

Flakiness fixed in v.io/c/18853

Fixes https://github.com/vanadium/issues/issues/1005

Change-Id: I69a69264a6ed9559d4c393bb2b51844788ac176c
diff --git a/go/src/v.io/x/sensorlog/internal/sbutil/syncbase_test.go b/go/src/v.io/x/sensorlog/internal/sbutil/syncbase_test.go
index 2875057..e57a228 100644
--- a/go/src/v.io/x/sensorlog/internal/sbutil/syncbase_test.go
+++ b/go/src/v.io/x/sensorlog/internal/sbutil/syncbase_test.go
@@ -18,9 +18,6 @@
 )
 
 func TestCreateOrOpenDB(t *testing.T) {
-	// TODO(ivanpi,hpucha): Reenable test when #1005 is fixed.
-	t.Skip()
-
 	_, ctxOwner, sbName, rootPrincipal, cleanup := sbtu.SetupOrDieCustom("one", "one:sb", nil)
 	defer cleanup()
 	ctxGuest := sbtu.NewCtx(ctxOwner, rootPrincipal, "two")