Skip to content

Commit

Permalink
test: skip failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jul 1, 2022
1 parent 1111971 commit af199d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/playground/css/__tests__/css.spec.ts
Expand Up @@ -429,7 +429,8 @@ test('PostCSS source.input.from includes query', async () => {
)
})

test('aliased css has content', async () => {
// skip because #8471 is reverted
test.skip('aliased css has content', async () => {
expect(await getColor('.aliased')).toBe('blue')
expect(await getColor('.aliased-module')).toBe('blue')
})

0 comments on commit af199d4

Please sign in to comment.