Skip to content

Commit

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

## 🤨 Rationale

Test failed again on unrelated PR:
https://github.com/ni/nimble/actions/runs/9104203860/job/25027598121?pr=2113

See #1891

## 👩‍💻 Implementation

Disabled as per policy.

## 🧪 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 May 16, 2024
1 parent 9b6cd4f commit 82f1693
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": "7282195+m-akinc@users.noreply.github.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ describe('RichTextMentionListbox', () => {
await waitAnimationFrame(); // necessary because scrolling is queued with requestAnimationFrame
}

it('should scroll the selected option into view when opened', async () => {
// Intermittent: see https://github.com/ni/nimble/issues/1891
xit('should scroll the selected option into view when opened', async () => {
const model = new Model();
const { connect, disconnect } = await setup500Options(model);
await connect();
Expand Down

0 comments on commit 82f1693

Please sign in to comment.