Skip to content

Commit

Permalink
re-enable HNSW tests on Linux aarch64
Browse files Browse the repository at this point in the history
(merge main -> ce/main 110682)

[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 110683]
  • Loading branch information
thegridman committed Aug 19, 2024
1 parent 6d3f6db commit c08f52c
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions prj/test/functional/hnsw-index/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<module.name>hnsw</module.name>
<testClassesDirectory>${project.build.outputDirectory}</testClassesDirectory>
<failsafe.max.heap>2g</failsafe.max.heap>
<is.linux.aarch64>false</is.linux.aarch64>
</properties>

<dependencies>
Expand Down Expand Up @@ -57,19 +56,7 @@
<profile>
<id>stage1</id>
<properties>
<skipTests>${is.linux.aarch64}</skipTests>
</properties>
</profile>
<profile>
<id>IsLinuxArm</id>
<activation>
<os>
<family>Linux</family>
<arch>aarch64</arch>
</os>
</activation>
<properties>
<is.linux.aarch64>true</is.linux.aarch64>
<skipTests>false</skipTests>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit c08f52c

Please sign in to comment.