Skip to content

Commit

Permalink
Remove FLAKY
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Sep 1, 2022
1 parent bd8a4a3 commit f593251
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions e2e/cypress/integration/dashboard-transloadit.spec.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
const FLAKY = {
retries: {
runMode: 3, // retry flaky test
},
}

describe('Dashboard with Transloadit', () => {
beforeEach(() => {
cy.visit('/dashboard-transloadit')
Expand Down Expand Up @@ -50,7 +44,7 @@ describe('Dashboard with Transloadit', () => {
})
})

it('should emit one assembly-cancelled event when cancelled', FLAKY, () => {
it('should emit one assembly-cancelled event when cancelled', () => {
const spy = cy.spy()

cy.window().then(({ uppy }) => {
Expand Down Expand Up @@ -85,7 +79,7 @@ describe('Dashboard with Transloadit', () => {
})
})

it('should close assembly polling when all files are removed', FLAKY, () => {
it('should close assembly polling when all files are removed', () => {
const spy = cy.spy()

cy.window().then(({ uppy }) => {
Expand Down

0 comments on commit f593251

Please sign in to comment.