Skip to content

Commit 4063ce2

Browse files
committed
SKIP: only test latest due to concurrency issues
1 parent 8f87b6b commit 4063ce2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

securitycenter/snippets_management_api/noxfile_config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323

2424
TEST_CONFIG_OVERRIDE = {
2525
# You can opt out from the test for specific Python versions.
26-
"ignored_versions": ["2.7", "3.7", "3.9", "3.10", "3.11"],
26+
# SKIPPED VERSIONS: due to concurrency issues editing multiple org level
27+
# custom modules, only test these samples on latest Python.
28+
"ignored_versions": ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"],
2729
# An envvar key for determining the project id to use. Change it
2830
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
2931
# build specific Cloud project. You can also use your own string

0 commit comments

Comments
 (0)