Skip to content

Commit 8e6249f

Browse files
authored
chore(e2e-tests): skip j int test as it isn't recognized on CI (#7105)
1 parent 20361ab commit 8e6249f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/compass-e2e-tests/tests/data-modeling-tab.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@ describe('Data Modeling tab', function () {
324324

325325
expect(text).to.include('id objectId'.toLowerCase());
326326
expect(text).to.include('i int');
327-
expect(text).to.include('j int');
327+
// Disabled as it's not recognized correctly by tesseract.js at the moment.
328+
// expect(text).to.include('j int');
328329
// it does not correctly recognize `iString` and only returns `String`.
329330
// its already good enough to verify this for now and if it flakes
330331
// more, we may need to revisit this test.

0 commit comments

Comments
 (0)