Skip to content

Commit 9d56c5a

Browse files
committed
DI-338 - Fix Code Samples test
1 parent 8117096 commit 9d56c5a

File tree

1 file changed

+9
-0
lines changed
  • hazelcast-integration/spring-hibernate-2ndlevel-cache/src/main/resources

1 file changed

+9
-0
lines changed

hazelcast-integration/spring-hibernate-2ndlevel-cache/src/main/resources/hazelcast.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,13 @@
1010
<map name="com.hazelcast.hibernate.springhibernate2lc.persistence.Book">
1111
<time-to-live-seconds>30</time-to-live-seconds>
1212
</map>
13+
<network>
14+
<join>
15+
<!--
16+
Prevent Azure detection on Azure-powered GitHub Runner PR builder
17+
DI-338 - Fix Code Samples test
18+
-->
19+
<auto-detection enabled="false" />
20+
</join>
21+
</network>
1322
</hazelcast>

0 commit comments

Comments
 (0)