Skip to content

Commit

Permalink
test: disable zkp presentation flow e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk committed Apr 25, 2024
1 parent 3f5ab6b commit 3a31019
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import org.junit.runner.RunWith
@RunWith(CucumberWithSerenity::class)
@CucumberOptions(
features = ["src/test/resources/features"],
plugin = ["pretty"]
plugin = ["pretty"],
tags = "not (@proof and @anoncred)"
)
class TestSuite

0 comments on commit 3a31019

Please sign in to comment.