logging: skip TestLogsAndDelete

Updates #1654

Change-Id: I73eea0d21ea6a004e8ef448537819eae26dddb34
Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/47990
Reviewed-by: Jean de Klerk <deklerk@google.com>
diff --git a/logging/logging_test.go b/logging/logging_test.go
index f0709ab..40c60aa 100644
--- a/logging/logging_test.go
+++ b/logging/logging_test.go
@@ -473,6 +473,8 @@
 }
 
 func TestLogsAndDelete(t *testing.T) {
+	t.Skip("https://github.com/googleapis/google-cloud-go/issues/1654")
+
 	// This function tests both the Logs and DeleteLog methods. We only try to
 	// delete those logs that we can observe and that were generated by this
 	// test. This may not include the logs generated from the current test run,