We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdc9bf commit a4335b0Copy full SHA for a4335b0
packages/@lwc/integration-not-karma/configs/integration.js
@@ -16,6 +16,12 @@ export default {
16
17
// Implement objectContaining / arrayWithExactContents
18
'!test/profiler/mutation-logging/index.spec.js',
19
+
20
+ // Broken in CI?
21
+ '!test/lwc-on/index.spec.js',
22
+ '!test/api/sanitizeAttribute/index.spec.js',
23
+ '!test/template-expressions/errors/index.spec.js',
24
+ '!test/template-expressions/smoke-test/index.spec.js',
25
],
26
plugins: [...baseConfig.plugins, testPlugin],
27
};
0 commit comments