File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -349,7 +349,8 @@ test('PostCSS dir-dependency', async () => {
349
349
}
350
350
} )
351
351
352
- test ( 'import dependency includes css import' , async ( ) => {
352
+ // skip because #8278 is reverted
353
+ test . skip ( 'import dependency includes css import' , async ( ) => {
353
354
expect ( await getColor ( '.css-js-dep' ) ) . toBe ( 'green' )
354
355
expect ( await getColor ( '.css-js-dep-module' ) ) . toBe ( 'green' )
355
356
} )
@@ -436,7 +437,8 @@ test('PostCSS source.input.from includes query', async () => {
436
437
)
437
438
} )
438
439
439
- test ( 'aliased css has content' , async ( ) => {
440
+ // skip because #8278 is reverted
441
+ test . skip ( 'aliased css has content' , async ( ) => {
440
442
expect ( await getColor ( '.aliased' ) ) . toBe ( 'blue' )
441
443
expect ( await page . textContent ( '.aliased-content' ) ) . toMatch ( '.aliased' )
442
444
expect ( await getColor ( '.aliased-module' ) ) . toBe ( 'blue' )
You can’t perform that action at this time.
0 commit comments