File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -331,8 +331,7 @@ describe(function() {
331
331
this . assertFilesExist ( 'it firefox failure' ) ;
332
332
} ) ;
333
333
334
- // eslint-disable-next-line mocha/no-skipped-tests
335
- it . skip ( 'works in edge' , async function ( ) {
334
+ it ( 'works in edge' , async function ( ) {
336
335
let stats = await this . runTests ( {
337
336
filter : 'it edge ' ,
338
337
} ) ;
Original file line number Diff line number Diff line change @@ -84,8 +84,7 @@ describe(function() {
84
84
await test ( this . test . title ) ;
85
85
} ) ;
86
86
87
- // eslint-disable-next-line mocha/no-skipped-tests
88
- it . skip ( 'edge' , async function ( ) {
87
+ it ( 'edge' , async function ( ) {
89
88
await test ( this . test . title ) ;
90
89
} ) ;
91
90
} ) ;
@@ -112,8 +111,7 @@ describe(function() {
112
111
await test ( this . test . title ) ;
113
112
} ) ;
114
113
115
- // eslint-disable-next-line mocha/no-skipped-tests
116
- it . skip ( 'edge' , async function ( ) {
114
+ it ( 'edge' , async function ( ) {
117
115
await test ( this . test . title ) ;
118
116
} ) ;
119
117
} ) ;
@@ -167,8 +165,7 @@ describe(function() {
167
165
await test ( this . test . title ) ;
168
166
} ) ;
169
167
170
- // eslint-disable-next-line mocha/no-skipped-tests
171
- it . skip ( 'edge' , async function ( ) {
168
+ it ( 'edge' , async function ( ) {
172
169
await test ( this . test . title ) ;
173
170
} ) ;
174
171
} ) ;
You can’t perform that action at this time.
0 commit comments