Skip to content

Commit

Permalink
Revert "Disable tests which get Dosteovsky's birthday wrong in the Am…
Browse files Browse the repository at this point in the history
…ericas, on Mac M1, in the CI."

This reverts commit cca97bd.
  • Loading branch information
geoand authored and holly-cummins committed Nov 23, 2022
1 parent de814ab commit 43bba01
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 105 deletions.
27 changes: 0 additions & 27 deletions integration-tests/hibernate-orm-graphql-panache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,31 +119,4 @@
</plugins>
</build>

<profiles>
<!-- Disabled pending fix of #28035 -->
<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>
26 changes: 0 additions & 26 deletions integration-tests/hibernate-orm-rest-data-panache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,30 +139,4 @@
</plugins>
</build>

<profiles>
<!-- Disabled pending fix of #28035 -->
<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>
26 changes: 0 additions & 26 deletions integration-tests/jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,30 +85,4 @@
</plugins>
</build>

<profiles>
<!-- Disabled pending fix of #28035 -->
<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>
26 changes: 0 additions & 26 deletions integration-tests/spring-data-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,30 +139,4 @@
</plugins>
</build>

<profiles>
<!-- Disabled pending fix of #28035 -->
<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 43bba01

Please sign in to comment.