summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/orm/dml/test_bulk_statements.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/orm/dml/test_bulk_statements.py b/test/orm/dml/test_bulk_statements.py
index af50ea045..ca4e857ed 100644
--- a/test/orm/dml/test_bulk_statements.py
+++ b/test/orm/dml/test_bulk_statements.py
@@ -304,6 +304,7 @@ class InsertStmtTest(testing.AssertsExecutionResults, fixtures.TestBase):
@testing.variation("populate_existing", [True, False])
@testing.requires.provisioned_upsert
+ @testing.requires.update_returning
def test_upsert_populate_existing(self, decl_base, populate_existing):
"""test #9742"""