File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 36
36
else
37
37
pip3 install .
38
38
export DJANGO_TESTS_DIR=" django_tests_dir"
39
- mkdir -p $DJANGO_TESTS_DIR && git clone --depth 1 --single-branch --branch " spanner /stable/2.2.x" https://github.com/c24t/ django.git $DJANGO_TESTS_DIR /django
39
+ mkdir -p $DJANGO_TESTS_DIR && git clone --depth 1 --single-branch --branch " django /stable/2.2.x" https://github.com/googleapis/python-spanner- django.git $DJANGO_TESTS_DIR /django
40
40
41
41
# Install dependencies for Django tests.
42
42
sudo apt-get update
Original file line number Diff line number Diff line change @@ -499,6 +499,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
499
499
# Check constraints are not supported by Spanner emulator.
500
500
"constraints.tests.CheckConstraintTests.test_database_constraint" , # noqa
501
501
"constraints.tests.CheckConstraintTests.test_name" , # noqa
502
+ "admin_docs.test_views.AdminDocViewDefaultEngineOnly.test_template_detail_path_traversal" ,
502
503
# Untyped parameters are not supported:
503
504
# https://github.com/GoogleCloudPlatform/cloud-spanner-emulator#features-and-limitations
504
505
"auth_tests.test_admin_multidb.MultiDatabaseTests.test_add_view" , # noqa
You can’t perform that action at this time.
0 commit comments