Skip to content

Commit

Permalink
Temporarily ignore sporadically failing tests (#3344)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-m-knight-gs authored Jan 10, 2025
1 parent 7b8f31b commit dc77330
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,13 @@ public void testReferenceUsages()
{
super.testReferenceUsages();
}
}

@Test
@Ignore
@Override
public void testPropertyValueTypes()
{
// TODO This test is failing sporadically: fix it
super.testPropertyValueTypes();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,13 @@ public void testReferenceUsages()
{
super.testReferenceUsages();
}

@Test
@Ignore
@Override
public void testPropertyValueTypes()
{
// TODO This test is failing sporadically: fix it
super.testPropertyValueTypes();
}
}

0 comments on commit dc77330

Please sign in to comment.