Skip to content

Commit f79d7b2

Browse files
samhere06mohas22
andauthored
updated playwright config to skip localization tests (#373)
Co-authored-by: mohas22 <[email protected]>
1 parent 9668140 commit f79d7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const config = {
4646
slowMo: 200
4747
}
4848
},
49-
49+
testIgnore: ['e2e/DigV2/ComplexFields/ManyToMany.spec.js', 'e2e/DigV2/Localization/Localization.spec.js'],
5050
/* Configure projects for major browsers */
5151
projects: [
5252
{

0 commit comments

Comments
 (0)