mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-30 19:36:41 +00:00
Disable sdk async test (#23624)
This commit is contained in:
parent
3926595c24
commit
4f3376c16c
@ -7259,6 +7259,8 @@ public abstract class EntityResourceTest<T extends EntityInterface, K extends Cr
|
||||
|
||||
@Test
|
||||
@Execution(ExecutionMode.CONCURRENT)
|
||||
@org.junit.jupiter.api.Disabled(
|
||||
"Disabled until pattern #2 fluent API is implemented for SDK entities")
|
||||
void test_sdkOnlyAsyncOperations(TestInfo test) throws Exception {
|
||||
// Initialize SDK client
|
||||
initializeSDKClient(ADMIN_AUTH_HEADERS);
|
||||
|
Loading…
x
Reference in New Issue
Block a user