Skip to content

Commit

Permalink
disable explorer karma tests
Browse files Browse the repository at this point in the history
  • Loading branch information
efonsell committed Sep 15, 2021
1 parent cc7c6db commit 9d0d56f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
- jetty 9.4.41.v20210516
- `nflow-engine`
- Improve SQL performance by using workflowId in the query which fetches the state of actions from `nflow_workflow_state`
- `nflow-explorer`
- Disable karma tests

## 7.3.0 (2021-04-05)

Expand Down
3 changes: 2 additions & 1 deletion nflow-explorer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
<goals>
<goal>grunt</goal>
</goals>
<phase>generate-resources</phase>
<!-- disable tests -->
<phase>disabled-generate-resources</phase>
<configuration>
<arguments>test --color</arguments>
</configuration>
Expand Down

0 comments on commit 9d0d56f

Please sign in to comment.