Skip to content

Commit

Permalink
IT HTTP tests fail when defined to run with random AEM Ports (#1439)
Browse files Browse the repository at this point in the history
Remove systemPropertyVariables

Fixes  #1438
  • Loading branch information
msagolj authored and vladbailescu committed Mar 12, 2021
1 parent 8800b85 commit 6e08e31
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions testing/it/http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,6 @@
<goal>integration-test</goal>
</goals>
<configuration>
<systemPropertyVariables>
<granite.it.author.url>${granite.it.author.url}</granite.it.author.url>
<granite.it.publish.url>${granite.it.publish.url}</granite.it.publish.url>
</systemPropertyVariables>
<includes>
<include>**/*IT.java</include>
<include>**/*SST.java</include>
Expand Down

0 comments on commit 6e08e31

Please sign in to comment.