diff --git a/openmetadata-ui/src/main/resources/ui/playwright/e2e/nightly/ServiceIngestion.spec.ts b/openmetadata-ui/src/main/resources/ui/playwright/e2e/nightly/ServiceIngestion.spec.ts index 41e7afccb84b..edc5a022977d 100644 --- a/openmetadata-ui/src/main/resources/ui/playwright/e2e/nightly/ServiceIngestion.spec.ts +++ b/openmetadata-ui/src/main/resources/ui/playwright/e2e/nightly/ServiceIngestion.spec.ts @@ -13,7 +13,7 @@ import test, { expect } from '@playwright/test'; import { PLAYWRIGHT_INGESTION_TAG_OBJ } from '../../constant/config'; -import { MYSQL, POSTGRES, REDSHIFT } from '../../constant/service'; +import { POSTGRES, REDSHIFT } from '../../constant/service'; import { GlobalSettingOptions } from '../../constant/settings'; import AirflowIngestionClass from '../../support/entity/ingestion/AirflowIngestionClass'; import ApiIngestionClass from '../../support/entity/ingestion/ApiIngestionClass'; @@ -115,10 +115,9 @@ Object.entries(services).forEach(([key, ServiceClass]) => { await service.updateScheduleOptions(page); }); + // TODO: Need to fix MYSQL service specific test - #28125 if ( - [POSTGRES.serviceType, REDSHIFT.serviceType, MYSQL].includes( - service.serviceType - ) + [POSTGRES.serviceType, REDSHIFT.serviceType].includes(service.serviceType) ) { /** * Tests database-specific ingestion behaviors