Skip to content

Commit cecb17d

Browse files
googlyrahmanchandra-sirigemini-code-assist[bot]release-please[bot]chalmerlowe
committed
feat(storage): Sync main and async branch (googleapis#1674)
The PR sync the main and async branch. --------- Co-authored-by: Chandra Shekhar Sirimala <chandrasiri@google.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Chalmer Lowe <chalmerlowe@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent ab62d72 commit cecb17d

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.kokoro/presubmit/system-3.9.cfg

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
# Only run this nox session.
4+
env_vars: {
5+
key: "NOX_SESSION"
6+
value: "system-3.9"
7+
}
8+
9+
# Credentials needed to test universe domain.
10+
env_vars: {
11+
key: "SECRET_MANAGER_KEYS"
12+
value: "client-library-test-universe-domain-credential"
13+
}

tests/system/test_notification.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def notification_topic(storage_client, publisher_client, topic_path, no_mtls):
7575
publisher_client.delete_topic(request={"topic": topic_path})
7676

7777

78+
@pytest.mark.skip(reason="until b/470069573 is fixed")
7879
def test_notification_create_minimal(
7980
storage_client,
8081
buckets_to_delete,
@@ -100,6 +101,7 @@ def test_notification_create_minimal(
100101
notification.delete()
101102

102103

104+
@pytest.mark.skip(reason="until b/470069573 is fixed")
103105
def test_notification_create_explicit(
104106
storage_client,
105107
buckets_to_delete,
@@ -134,6 +136,7 @@ def test_notification_create_explicit(
134136
notification.delete()
135137

136138

139+
@pytest.mark.skip(reason="until b/470069573 is fixed")
137140
def test_notification_create_w_user_project(
138141
storage_client,
139142
buckets_to_delete,
@@ -162,6 +165,7 @@ def test_notification_create_w_user_project(
162165
notification.delete()
163166

164167

168+
@pytest.mark.skip(reason="until b/470069573 is fixed")
165169
def test_notification_create_wo_topic_name(
166170
storage_client,
167171
buckets_to_delete,
@@ -190,6 +194,7 @@ def test_notification_create_wo_topic_name(
190194
notification.create()
191195

192196

197+
@pytest.mark.skip(reason="until b/470069573 is fixed")
193198
def test_bucket_get_notification(
194199
storage_client,
195200
buckets_to_delete,

0 commit comments

Comments
 (0)