Skip to content

Commit

Permalink
Reenable test fixed by #28060
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Sep 20, 2022
1 parent e7ae963 commit 5c57bf0
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 5c57bf0

Please sign in to comment.