RFR: 8267621: Mark HonorDeveloperSettingsTest.testOpacityWithManuallyChangedValueAndInlineStyleIsSetToInlineStyle as unstable
Kevin Rushforth
kcr at openjdk.java.net
Mon May 24 17:16:16 UTC 2021
On Mon, 24 May 2021 16:48:57 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
> The test HonorDeveloperSettingsTest.testOpacityWithManuallyChangedValueAndInlineStyleIsSetToInlineStyle is failing intermittently only on GHA build on Linux platform. see: [JDK-8267425](https://bugs.openjdk.java.net/browse/JDK-8267425)
>
> A fix proposed at #509 is a potential fix which adds cleanup of test. But we do not know the root cause of this failure.
> Identifying the root cause may take longer which we might push that to next test sprint and the test failure results in failing the Github checks on PR. So we need to mark this test as unstable.
> As of now the test fails only on Linux so we will mark it unstable only for Linux.
I would mark the whole class as unstable. You can do this by adding a static method annotated with `@BeforeClass`.
Or you can add it to the existing per-test `setUp` method.
-------------
PR: https://git.openjdk.java.net/jfx/pull/517
More information about the openjfx-dev
mailing list