https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42783 Bug ID: 42783 Summary: Tools/ManageMarcImport_spec.ts is still flaky Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Test Suite Assignee: chris@bigballofwax.co.nz Reporter: pedro.amorim@openfifth.co.uk QA Contact: testopia@bugs.koha-community.org I believe the fix from bug 42733 is good but surfaced a new race condition: 17:52:55 Running: Tools/ManageMarcImport_spec.ts (55 of 60) 17:52:55 <?xml version="1.0" encoding="UTF-8"?> 17:52:55 <testsuites name="Mocha Tests" time="11.417" tests="3" failures="1"> 17:52:55 <testsuite name="Root Suite" timestamp="2026-06-05T17:52:27" tests="0" file="t/cypress/integration/Tools/ManageMarcImport_spec.ts" time="0.000" failures="0"> 17:52:55 </testsuite> 17:52:55 <testsuite name="Breadcrumb tests" timestamp="2026-06-05T17:52:28" tests="1" time="3.121" failures="0"> 17:52:55 <testcase name="Breadcrumb tests Breadcrumbs" time="3.146" classname="Breadcrumbs"> 17:52:55 </testcase> 17:52:55 </testsuite> 17:52:55 <testsuite name="loads the manage MARC import page" timestamp="2026-06-05T17:52:31" tests="2" time="8.198" failures="1"> 17:52:55 <testcase name="loads the manage MARC import page loads the manage MARC import page" time="2.673" classname="loads the manage MARC import page"> 17:52:55 </testcase> 17:52:55 <testcase name="loads the manage MARC import page upload a MARC record" time="0.000" classname="upload a MARC record"> 17:52:55 <failure message="Background job failed: expected 'failed' to not equal 'failed'" type="AssertionError"><![CDATA[AssertionError: Background job failed: expected 'failed' to not equal 'failed' 17:52:55 at Context.eval (webpack://koha/./t/cypress/integration/Tools/ManageMarcImport_spec.ts:91:63) 17:52:55 17:52:55 + expected - actual 17:52:55 17:52:55 ]]></failure> 17:52:55 </testcase> 17:52:55 </testsuite> 17:52:55 </testsuites> -- You are receiving this mail because: You are watching all bug changes.