mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
skip internal and ca for test
This commit is contained in:
parent
a0cd9c5c6f
commit
d028cde9c5
@ -158,7 +158,7 @@ test.describe('addon-docs', () => {
|
||||
|
||||
test('source snippet should change back to previous value in stories block', async ({ page }) => {
|
||||
test.skip(
|
||||
/^(lit|vue-cli|preact|angular)/i.test(`${templateName}`),
|
||||
/^(lit|vue-cli|preact|angular|internal\/ssv6|ca)/i.test(`${templateName}`),
|
||||
`Skipping ${templateName}, which does not support dynamic source snippets`
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user