mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
fix: sequential test execution for generic-modification
This commit is contained in:
@@ -133,7 +133,7 @@ async function testInvalidModification(testCase: ModificationTestCase) {
|
||||
await patcher.rollback();
|
||||
}
|
||||
|
||||
describe('File modifications', () => {
|
||||
describe.sequential('File modifications', () => {
|
||||
test.each(testCases)(`$fileName modifier correctly applies to fresh install`, async (testCase) => {
|
||||
await testModification(testCase);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user