On Tue, 11 Oct 2022 07:52:42 GMT, Abhishek Kumar <[email protected]> wrote:

> Is it required to have a `key` tag for manual test case?

A manual test is declared by its `@run` tag:

 * @run main/manual FileViewNPETest


If `-a` (automatic tests) is passed to jtreg, this test isn't selected for 
running.

-------------

PR: https://git.openjdk.org/jdk/pull/10485

Reply via email to