I wrote two test(I mean different classes) that is configured with this annotations:
@RunWith(SpringRunner.class)
@SpringBootTest
When I run them solitary - everything is Ok Magic happens when I run them simultaneously using 'test' task from gradle. One test creates an instance and then, somehow, transfer it to another class. Has anyone ever met smth like this?