chore: Skip case due to open bug (#38930)
## Description > [!TIP] > _Add a TL;DR when the description is longer than 500 words or extremely technical (helps the content, marketing, and DevRel team)._ > > _Please also include relevant motivation and context. List any dependencies that are required for this change. Add links to Notion, Figma or any other documents that might be relevant to the PR._ Fixes #`Issue Number` _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="@tag.Datasource" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/13052804085> > Commit: 8a2b3109622cdc6a3d9135f8b3559c7b705f70ce > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=13052804085&attempt=1" target="_blank">Cypress dashboard</a>. > Tags: `@tag.Datasource` > Spec: > <hr>Thu, 30 Jan 2025 13:41:45 UTC <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [x] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Tests** - Skipped two test cases in the API validation test suite - Added comments referencing bug reports for skipped tests <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
parent
e1c240f327
commit
632443c013
|
|
@ -15,7 +15,8 @@ describe(
|
|||
apiPage.AssertRunButtonDisability(true);
|
||||
});
|
||||
|
||||
it('2. Validate we get an appropriate error message when an invalid URL is entered. Error should show up when nothing is entered & we click on "Import".', function () {
|
||||
//Bug: https://github.com/appsmithorg/appsmith/issues/38156
|
||||
it.skip('2. Validate we get an appropriate error message when an invalid URL is entered. Error should show up when nothing is entered & we click on "Import".', function () {
|
||||
apiPage.CreateAndFillApi(
|
||||
"htt://failedurlfortest",
|
||||
"WhatTrumpThinks",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user