fix jndi test

This commit is contained in:
Loredana 2020-06-20 17:57:33 +03:00
parent a7ecf714a2
commit cacff0d0c9

View File

@ -11,6 +11,9 @@ import org.junit.jupiter.api.Test;
import org.springframework.jdbc.datasource.DriverManagerDataSource;
import org.springframework.mock.jndi.SimpleNamingContextBuilder;
// marked as a manual test as the bindings in this test and
// SimpleJNDIUnitTest conflict depending on the order they are run in
@SuppressWarnings("deprecation")
public class SimpleNamingContextBuilderManualTest {