File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ jobs:
4949 use_psycopg2 : psycopg2
5050 - crdb-version : v25.1.2
5151 use_server_side_binding : server_side_binding
52- - crdb-version : v25.2.0-beta.3
53- - crdb-version : v25.2.0-beta.3
52+ - crdb-version : v25.2.0-rc.1
53+ - crdb-version : v25.2.0-rc.1
5454 use_psycopg2 : psycopg2
55- - crdb-version : v25.2.0-beta.3
55+ - crdb-version : v25.2.0-rc.1
5656 use_server_side_binding : server_side_binding
5757 # Uncomment to enable testing of CockroachDB nightly.
5858 - crdb-version : LATEST
Original file line number Diff line number Diff line change @@ -301,6 +301,7 @@ def django_test_expected_failures(self):
301301 'db_functions.text.test_replace.ReplaceTests.test_replace_expression' ,
302302 'expressions.tests.BasicExpressionsTests.test_slicing_of_f_expression_with_annotated_expression' ,
303303 'filtered_relation.tests.FilteredRelationTests.test_condition_with_func_and_lookup_outside_relation_name' , # noqa
304+ 'select_for_update.tests.SelectForUpdateTests.test_for_update_of_values_list' ,
304305 })
305306 else :
306307 expected_failures .update ({
You can’t perform that action at this time.
0 commit comments