Merged in fix/skip-flaky-date-test (pull request #2653)

chore: skip date.test.tsx due to flakyness

* chore: skip date.test.tsx due to flakyness


Approved-by: Erik Tiekstra
Approved-by: Anton Gunnarsson
This commit is contained in:
Joakim Jäderberg
2025-08-18 07:46:34 +00:00
parent 1bd6ce81b8
commit f8a4b88170

View File

@@ -100,7 +100,7 @@ const testCases = [
},
]
describe("Date input", () => {
describe.skip("Date input", () => {
afterEach(cleanup)
test.each(testCases)(