Skip to content

Commit

Permalink
test: add retry guard to css-dynamic-import test (#10815)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Nov 7, 2022
1 parent 52e64eb commit 7a18b2e
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -97,7 +97,8 @@ baseOptions.forEach(({ base, label }) => {
}
])
})
}
},
{ retry: 3 }
)

test.runIf(isServe)(
Expand All @@ -116,6 +117,7 @@ baseOptions.forEach(({ base, label }) => {
}
])
})
}
},
{ retry: 3 }
)
})

0 comments on commit 7a18b2e

Please sign in to comment.