Skip to content

Commit

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

## 🤨 Rationale
Test failed in [this PR
build](https://github.com/ni/nimble/actions/runs/9897035682/job/27340606528?pr=2242).
Following intermittent test protocol.

```
[test-concurrent:nimble-components] [test-firefox:verbose]   Markdown serializer
[test-concurrent:nimble-components] [test-firefox:verbose]     Serialize rich text editor content to its respective markdown
[test-concurrent:nimble-components] [test-firefox:verbose]       ✗ Mention node (336ms)
[test-concurrent:nimble-components] [test-firefox:verbose] 	InvalidStateError: Selection.collapseToEnd: No selection range exists thrown
```

## 👩‍💻 Implementation

Disabled test and linked to existing issue #2219

## 🧪 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 Jul 11, 2024
1 parent e396580 commit cf20a5a
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 markdown serializer 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 @@ -337,7 +337,8 @@ Plain text 3`);
<user:1> `);
});

it('Mention node', async () => {
// Intermittent, see https://github.com/ni/nimble/issues/2219
xit('Mention node', async () => {
await appendUserMentionConfiguration(element, [
{ key: 'user:1', displayName: 'username1' }
]);
Expand Down

0 comments on commit cf20a5a

Please sign in to comment.