Skip to content

Commit

Permalink
Skip additional test flake
Browse files Browse the repository at this point in the history
  • Loading branch information
ggdouglas committed Jan 13, 2025
1 parent ac97647 commit 73c61f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ describe("<DateRangeInput3>", () => {
});
});

describe("shows the offending date in the field on focus", () => {
describe.skip("shows the offending date in the field on focus", () => {
runTestForEachScenario((inputGetterFn, inputString) => {
changeInputText(inputGetterFn(root), inputString);
inputGetterFn(root).simulate("blur");
Expand Down

0 comments on commit 73c61f7

Please sign in to comment.