Skip to content

Commit 1ef9b96

Browse files
authored
perf(language-apidom): improve performance of reference validation (#4849)
Refs #4828
1 parent b246122 commit 1ef9b96

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@primer/octicons-react": "^19.8.0",
7070
"@swagger-api/apidom-core": "^0.98.0",
7171
"@swagger-api/apidom-json-pointer": "^0.98.0",
72-
"@swagger-api/apidom-ls": "^0.98.0",
72+
"@swagger-api/apidom-ls": "^0.98.1",
7373
"@swagger-api/apidom-ns-api-design-systems": "^0.98.0",
7474
"@swagger-api/apidom-parser-adapter-api-design-systems-json": "^0.98.0",
7575
"@swagger-api/apidom-parser-adapter-api-design-systems-yaml": "^0.98.0",

test/cypress/e2e/plugin.editor-persistence.cy.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ describe('EditorPersistencePlugin', () => {
1313
.should('contains.text', '2.6.0');
1414
});
1515

16-
it('should reload while keeping text change from 2.6.0 to 2.5.0', () => {
16+
/**
17+
* This test is extremely flaky, it fails randomly.
18+
* TODO([email protected]): fix this test.
19+
*/
20+
it.skip('should reload while keeping text change from 2.6.0 to 2.5.0', () => {
1721
cy.prepareAsyncAPI();
1822
cy.waitForSplashScreen();
1923

0 commit comments

Comments
 (0)