Skip to content

Commit

Permalink
Only run problematic test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Oct 7, 2024
1 parent 4ecf413 commit 30d050c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extensions/hibernate-orm/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<artifactId>quarkus-hibernate-orm-deployment</artifactId>
<name>Quarkus - Hibernate ORM - Deployment</name>

<properties>
<!-- FIXME: temporary setting to reproduce problems faster -->
<test>PublicFieldAccessInheritanceTest</test>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit 30d050c

Please sign in to comment.