You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The annotation @teststore(type = TestStore.Type.REMOTE) is not working anymore when applied to test methods. The configuration is ignored and the connection is being opened to the embedded store.
In contrast, the profile it-store-remote does work, the test correctly connects to the remote store.
Either the annotation should be removed or it should be fixed so that the configured value is respected.
The text was updated successfully, but these errors were encountered:
The annotation @teststore(type = TestStore.Type.REMOTE) is not working anymore when applied to test methods. The configuration is ignored and the connection is being opened to the embedded store.
In contrast, the profile it-store-remote does work, the test correctly connects to the remote store.
Either the annotation should be removed or it should be fixed so that the configured value is respected.
The text was updated successfully, but these errors were encountered: