Skip to content

Commit

Permalink
apacheGH-1306: Enable e2e tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Sep 19, 2022
1 parent ebc10c4 commit 9e701e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions jena-fuseki2/jena-fuseki-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,16 @@
<arguments>run test:unit</arguments>
</configuration>
</execution>
<!--
<execution>
<id>yarn run test:e2e</id>
<goals>
<goal>yarn</goal>
</goals>
<phase>test</phase>
<configuration>
<arguments>run test:e2e</arguments>
<arguments>run test:e2e -- --headless --browser chrome</arguments>
</configuration>
</execution>
-->
</executions>
</plugin>
<plugin>
Expand Down

0 comments on commit 9e701e8

Please sign in to comment.