Skip to content

Commit a67b0d3

Browse files
sapphi-redpatak-dev
authored andcommitted
test: skip failing test
1 parent a0da2f0 commit a67b0d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

playground/css/__tests__/css.spec.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,8 @@ test('PostCSS dir-dependency', async () => {
349349
}
350350
})
351351

352-
test('import dependency includes css import', async () => {
352+
// skip because #8278 is reverted
353+
test.skip('import dependency includes css import', async () => {
353354
expect(await getColor('.css-js-dep')).toBe('green')
354355
expect(await getColor('.css-js-dep-module')).toBe('green')
355356
})
@@ -436,7 +437,8 @@ test('PostCSS source.input.from includes query', async () => {
436437
)
437438
})
438439

439-
test('aliased css has content', async () => {
440+
// skip because #8278 is reverted
441+
test.skip('aliased css has content', async () => {
440442
expect(await getColor('.aliased')).toBe('blue')
441443
expect(await page.textContent('.aliased-content')).toMatch('.aliased')
442444
expect(await getColor('.aliased-module')).toBe('blue')

0 commit comments

Comments
 (0)