Commit f0c6d0d
committed
tests: Remove MacVim-specific flaky tests guard
A while ago, flaky Vim tests would routinely fail in MacVim's repo and
an intermediate hack was added to essentially pass all flaky tests and
these failed tests would be added to a "pending" list for review. The
issue is that this essentially gives a free pass for tests to fail and
no one really has time to look at these "pending" tests when they see a
green checkmark. It's much better to fail early and fast so we are
forced to address them as they come up. Waiting till later tends to make
these test failures harder to isolate and diagnose, leading to us just
ignoring them. Even worse, flaky tests are retried multiple times, so
they end up making MacVim CI run longer.
Simply revert the changes that added these flaky tests and we should fix
broken tests as they come up just like any other non-flaky tests.1 parent 9c0d779 commit f0c6d0d
1 file changed
Lines changed: 1 addition & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | 460 | | |
470 | 461 | | |
471 | 462 | | |
| |||
475 | 466 | | |
476 | 467 | | |
477 | 468 | | |
478 | | - | |
479 | 469 | | |
480 | 470 | | |
481 | 471 | | |
| |||
498 | 488 | | |
499 | 489 | | |
500 | 490 | | |
501 | | - | |
| 491 | + | |
502 | 492 | | |
503 | 493 | | |
504 | 494 | | |
| |||
548 | 538 | | |
549 | 539 | | |
550 | 540 | | |
551 | | - | |
552 | | - | |
553 | | - | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | 541 | | |
558 | 542 | | |
559 | 543 | | |
| |||
578 | 562 | | |
579 | 563 | | |
580 | 564 | | |
581 | | - | |
582 | | - | |
583 | 565 | | |
584 | 566 | | |
585 | 567 | | |
| |||
0 commit comments