Skip to content

Commit e50aa7f

Browse files
committed
remove exclusion of sync e2e test tag
Signed-off-by: Konvalinka <lea.konvalinka@dynatrace.com>
1 parent 45a9822 commit e50aa7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/flagd/src/test/java/dev/openfeature/contrib/providers/flagd/e2e/RunInProcessTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@ConfigurationParameter(key = GLUE_PROPERTY_NAME, value = "dev.openfeature.contrib.providers.flagd.e2e.steps")
2929
@ConfigurationParameter(key = OBJECT_FACTORY_PROPERTY_NAME, value = "io.cucumber.picocontainer.PicoFactory")
3030
@IncludeTags("in-process")
31-
@ExcludeTags({"unixsocket","sync-port"})
31+
@ExcludeTags({"unixsocket"})
3232
@Testcontainers
3333
public class RunInProcessTest {
3434

0 commit comments

Comments
 (0)