TBR: v23/syncbase/nosql: Skip flaky test

TestV23SyncbasedWholeBlobTransfer has been flaky for over a week.
Skipping it.

Issue: https://github.com/vanadium/issues/issues/667

Change-Id: I00994d83b6270ddc5e4a3060ea455321796212da
diff --git a/v23/syncbase/nosql/blob_v23_test.go b/v23/syncbase/nosql/blob_v23_test.go
index 3abed9c..fd6d721 100644
--- a/v23/syncbase/nosql/blob_v23_test.go
+++ b/v23/syncbase/nosql/blob_v23_test.go
@@ -26,6 +26,8 @@
 //go:generate v23 test generate
 
 func V23TestSyncbasedWholeBlobTransfer(t *v23tests.T) {
+	t.Skip("https://github.com/vanadium/issues/issues/667")
+
 	v23tests.RunRootMT(t, "--v23.tcp.address=127.0.0.1:0")
 	server0Creds, _ := t.Shell().NewChildCredentials("s0")
 	client0Creds, _ := t.Shell().NewChildCredentials("c0")