Skip to content

Disable transaction checks for threaded spec

spec/features/merge_request/user_sees_pipelines_spec.rb creates two threads to simulate a race condition, but the transaction detection isn't thread safe so it picks up transactions from the other thread.

Since the transaction check doesn't work properly in this test, we disable it to work around the problem.

Closes #295474 (closed)

Edited by Stan Hu

Merge request reports