Skip to content

Commit

Permalink
Merge pull request #28083 from holly-cummins/reenable-for-28060
Browse files Browse the repository at this point in the history
Reenable smallrye config test which was broken on M1 and is now fixed
  • Loading branch information
gsmet authored Sep 20, 2022
2 parents 5a1eef0 + d8e038d commit 9f17bbb
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions integration-tests/smallrye-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,31 +190,4 @@
</plugin>
</plugins>
</build>

<profiles>
<!-- Disabled pending fix of #28057 -->
<profile>
<id>mac-m1</id>
<activation>
<os>
<family>mac</family>
<arch>aarch64</arch>
</os>
<property>
<name>env.GITHUB_ACTIONS</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit 9f17bbb

Please sign in to comment.