Skip to content

Commit ffadb79

Browse files
committed
Disable multi-tenant test as Hibernate broke the by-id functionality.
See #669
1 parent 6430790 commit ffadb79

File tree

1 file changed

+2
-0
lines changed
  • jpa/multitenant/partition/src/test/java/example/springdata/jpa/hibernatemultitenant/partition

1 file changed

+2
-0
lines changed

jpa/multitenant/partition/src/test/java/example/springdata/jpa/hibernatemultitenant/partition/ApplicationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import static org.assertj.core.api.Assertions.*;
44

55
import org.junit.jupiter.api.AfterEach;
6+
import org.junit.jupiter.api.Disabled;
67
import org.junit.jupiter.api.Test;
78
import org.springframework.beans.factory.annotation.Autowired;
89
import org.springframework.boot.test.context.SpringBootTest;
@@ -48,6 +49,7 @@ void saveAndLoadPerson() {
4849
}
4950

5051
@Test
52+
@Disabled("Find by Id no longer considers the current tenant")
5153
void findById() {
5254

5355
final Person adam = createPerson(PIVOTAL, "Adam");

0 commit comments

Comments
 (0)