Skip to content

Commit

Permalink
Merge pull request #342 from okta/disable_cucumber_tests_by_default
Browse files Browse the repository at this point in the history
disable cucumber tests by default
  • Loading branch information
arvindkrishnakumar-okta authored Apr 29, 2022
2 parents 7e4ac1d + 5f2b5a3 commit 348d7d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/embedded-auth-with-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
<!-- runs Cucumber E2E tests;
use mvn clean install -P '!cucumber-it' to disable it -->
<activation>
<activeByDefault>true</activeByDefault>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion samples/embedded-sign-in-widget/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
<!-- runs Cucumber E2E tests;
use mvn clean install -P '!cucumber-it' to disable it -->
<activation>
<activeByDefault>true</activeByDefault>
<activeByDefault>false</activeByDefault>
</activation>
<build>
<plugins>
Expand Down

0 comments on commit 348d7d4

Please sign in to comment.