Skip to content

Commit f45077c

Browse files
test: remove flaky test in finance.spec.ts (#3651)
Co-authored-by: DivisionByZero <[email protected]>
1 parent 247f42d commit f45077c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/modules/finance.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,8 @@ describe('finance', () => {
216216
}
217217
);
218218

219-
it('should return the number formatted on the current locale', () => {
219+
// This test is flaky on Windows Github Actions
220+
it.skip('should return the number formatted on the current locale', () => {
220221
const number = 6000;
221222
const decimalPlaces = 2;
222223
const expected = number.toLocaleString(undefined, {

0 commit comments

Comments
 (0)