Skip to content

Commit

Permalink
test: ignore a flaky spreadsheet test (#4184) (#4193)
Browse files Browse the repository at this point in the history
Co-authored-by: Tomi Virkki <[email protected]>
  • Loading branch information
vaadin-bot and tomivirkki authored Nov 24, 2022
1 parent baf2e57 commit a16d492
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public void formulaValueChangeListener_invokedOnFormulaValueChange() {
Assert.assertEquals(2.0, A1.getNumericCellValue(), 0.0);
}

@Ignore("Test ignored since it always passes locally but randomly fails on CI")
@Test
public void setInvalidFormula_invalidFormulaCellsSet() {
// Create a formula cell with an invalid formula
Expand Down

0 comments on commit a16d492

Please sign in to comment.