Add fixme to tagging tests, issue described in 6822

This commit is contained in:
Khalid Adil 2023-07-20 17:44:08 -05:00
parent dc0f461d9f
commit 43fa10443d

View File

@ -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