We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18e574 commit 34b1749Copy full SHA for 34b1749
libs/providers/flagd/src/e2e/tests/in-process.spec.ts
@@ -22,7 +22,7 @@ describe('in-process', () => {
22
// remove filters as we add support for features
23
// see: https://github.com/open-feature/js-sdk-contrib/issues/1096 and child issues
24
tagFilter:
25
- '@in-process and not @targetURI and not @customCert and not @events and not @sync and not @grace and not @contextEnrichment',
+ '@in-process and not @targetURI and not @customCert and not @events and not @sync and not @grace and not @metadata and not @contextEnrichment',
26
scenarioNameTemplate: (vars) => {
27
return `${vars.scenarioTitle} (${vars.scenarioTags.join(',')} ${vars.featureTags.join(',')})`;
28
},
0 commit comments