Skip to content

Commit

Permalink
Disable intermittent test (#1892)
Browse files Browse the repository at this point in the history
## 🀨 Rationale

New test is intermittent. Example failure:
https://github.com/ni/nimble/actions/runs/8117617770/job/22190199901

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

Followed intermittent test procedure.

## πŸ§ͺ Testing

N/A

## βœ… Checklist

- [x] I have updated the project documentation to reflect my changes or
determined no changes are needed.
  • Loading branch information
m-akinc authored Mar 1, 2024
1 parent 90df5dd commit 64b4301
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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 @@ -35,7 +35,8 @@ describe('RichTextMentionListbox', () => {
await waitAnimationFrame(); // necessary because scrolling is queued with requestAnimationFrame
}

it('should scroll the selected option into view when opened', async () => {
// Intermittent test. See tech debt issue: https://github.com/ni/nimble/issues/1891
xit('should scroll the selected option into view when opened', async () => {
const { element, connect, disconnect } = await setup500Options();
await connect();
element.show({
Expand Down

0 comments on commit 64b4301

Please sign in to comment.