Skip to content

Commit

Permalink
HSEARCH-4965 Revert "Skip outbox-polling integration tests on Windows"
Browse files Browse the repository at this point in the history
This reverts commit f70f01f.
  • Loading branch information
yrodiere committed Mar 27, 2024
1 parent 976ee90 commit aeb9cf1
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions integrationtest/mapper/orm-outbox-polling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,4 @@
</plugins>
</build>

<profiles>
<profile>
<id>windows</id>
<activation>
<os>
<family>windows</family>
</os>
</activation>
<properties>
<!-- For some reason these outbox-polling tests don't seem to work on Windows -->
<skipITs>true</skipITs>
</properties>
</profile>
</profiles>

</project>

0 comments on commit aeb9cf1

Please sign in to comment.