Skip to content

Commit

Permalink
Disable intermittent test (#2427)
Browse files Browse the repository at this point in the history
# Pull Request

## 🀨 Rationale

Test failed on unrelated PR build.

## πŸ‘©β€πŸ’» Implementation

Skipping test on Webkit (can disable fully if it later fails on another
browser). Filed #2426 to track it.

## πŸ§ͺ Testing

N/A

---------

Co-authored-by: Milan Raj <[email protected]>
  • Loading branch information
m-akinc and rajsite authored Oct 8, 2024
1 parent 0d3db60 commit bfa3e36
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Disable intermittent test",
"packageName": "@ni/nimble-components",
"email": "[email protected]",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,8 @@ Plain text 3`);
expect(element.getMarkdown()).toEqual('<user:1> <user:2> ');
});

it('Multiple Mention node of different type', async () => {
// Intermittent on Webkit (at least), see https://github.com/ni/nimble/issues/2426
it('Multiple Mention node of different type #SkipWebkit', async () => {
await appendUserMentionConfiguration(element, [
{ key: 'user:1', displayName: 'username1' }
]);
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ configureActions({
depth: 1
});

// Update the GUID on this line to trigger a turbosnap full rebuild: 9236157e-5f33-411d-aede-26045b7d9d58
// Update the GUID on this line to trigger a turbosnap full rebuild: acea85eb-3c9d-49c3-ae4f-7c12f82bc5a0
// See https://www.chromatic.com/docs/turbosnap/#full-rebuilds

0 comments on commit bfa3e36

Please sign in to comment.