Skip to content

Commit f5301be

Browse files
committed
fixup: updated testbed and excludes
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 6d76956 commit f5301be

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

providers/openfeature-provider-flagd/tests/e2e/file/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"~contextEnrichment",
1616
"~deprecated",
1717
"~fractional-v1",
18+
"~operator-errors",
1819
}
1920

2021

providers/openfeature-provider-flagd/tests/e2e/inprocess/conftest.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
from tests.e2e.testfilter import TestFilter
55

66
resolver = ResolverType.IN_PROCESS
7-
feature_list = ["~targetURI", "~unixsocket", "~deprecated", "~fractional-v1"]
7+
feature_list = [
8+
"~targetURI",
9+
"~unixsocket",
10+
"~deprecated",
11+
"~fractional-v1",
12+
"~operator-errors",
13+
]
814

915

1016
def pytest_collection_modifyitems(config, items):

providers/openfeature-provider-flagd/tests/e2e/rpc/conftest.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"~metadata",
1212
"~deprecated",
1313
"~fractional-v1",
14-
"~fractional-v2",
15-
"~fractional-nested",
14+
"~operator-errors",
1615
]
1716

1817

0 commit comments

Comments
 (0)