Skip to content

Commit

Permalink
Disable multi-tenant test as Hibernate broke the by-id functionality.
Browse files Browse the repository at this point in the history
See #669
  • Loading branch information
mp911de committed Oct 25, 2023
1 parent 6430790 commit ffadb79
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import static org.assertj.core.api.Assertions.*;

import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
Expand Down Expand Up @@ -48,6 +49,7 @@ void saveAndLoadPerson() {
}

@Test
@Disabled("Find by Id no longer considers the current tenant")
void findById() {

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

0 comments on commit ffadb79

Please sign in to comment.