Skip to content

Commit 3fec179

Browse files
authored
Merge pull request #695 from rvsia/unskipPF4WizardTest
Unskip PF4 wizard test
2 parents d14bb78 + cde3864 commit 3fec179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pf4-component-mapper/src/tests/wizard/wizard.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ describe('<Wizard />', () => {
866866
jest.useRealTimers();
867867
});
868868

869-
it.skip('should disabled navigation when validating - this fails locally, not on CI', async () => {
869+
it('should disabled navigation when validating - this fails locally, not on CI', async () => {
870870
jest.useFakeTimers();
871871

872872
const asyncValidator = jest.fn().mockImplementation(() => new Promise((res) => setTimeout(() => res(), 50)));

0 commit comments

Comments
 (0)