mirror of
https://github.com/nasa/openmct.git
synced 2025-01-02 03:16:41 +00:00
Add fixme to tagging tests, issue described in 6822
This commit is contained in:
parent
dc0f461d9f
commit
43fa10443d
@ -32,7 +32,11 @@ const {
|
||||
waitForPlotsToRender
|
||||
} = require('../../../../appActions');
|
||||
|
||||
test.describe('Plot Tagging', () => {
|
||||
test.describe.fixme('Plot Tagging', () => {
|
||||
test.info().annotations.push({
|
||||
type: 'issue',
|
||||
description: 'https://github.com/nasa/openmct/issues/6822'
|
||||
});
|
||||
/**
|
||||
* Given a canvas and a set of points, tags the points on the canvas.
|
||||
* @param {import('@playwright/test').Page} page
|
||||
|
Loading…
Reference in New Issue
Block a user