Skip to content

Commit

Permalink
Skip failing test with JSDom issues for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mjac0bs committed Sep 10, 2024
1 parent 2e56cb8 commit b9d597b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import { Security } from './Security';
import type { LinodeCreateFormValues } from './utilities';

describe('Security', () => {
it(
// TODO: Unskip once M3-8559 is addressed.
it.skip(
'should render a root password input',
async () => {
const { findByLabelText } = renderWithThemeAndHookFormContext({
Expand Down

0 comments on commit b9d597b

Please sign in to comment.