We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd738d commit bdd014eCopy full SHA for bdd014e
packages/testkit-backend/src/skipped-tests/common.js
@@ -129,6 +129,10 @@ const skippedTests = [
129
skip(
130
'Results are always valid but don\'t return records when out of scope',
131
ifStartsWith('stub.iteration.test_result_scope.TestResultScope.')
132
+ ),
133
+ skip(
134
+ 'Driver (still) allows explicit managing of managed transaction',
135
+ ifEquals('stub.tx_lifetime.test_tx_lifetime.TestTxLifetime.test_managed_tx_raises_tx_managed_exec')
136
)
137
]
138
0 commit comments