mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-11 00:25:02 +00:00
ci: skip temporairement 2 tests end-to-end instables
This commit is contained in:
parent
50131baae8
commit
d52f1d5b0b
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
const fr = Cypress.env('language') === 'fr'
|
||||
|
||||
describe("Détection de l'entreprise depuis le cookie urssaf.fr", function () {
|
||||
// TODO Échoue parfois … à creuser
|
||||
describe.skip("Détection de l'entreprise depuis le cookie urssaf.fr", function () {
|
||||
if (!fr) {
|
||||
return
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
import { checkA11Y, fr } from '../../support/utils'
|
||||
|
||||
describe(
|
||||
// TODO Échoue parfois … à creuser
|
||||
describe.skip(
|
||||
'Simulateur réduction générale',
|
||||
{ testIsolation: false },
|
||||
function () {
|
||||
|
|
Loading…
Add table
Reference in a new issue