You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current CLI syntax allows excluding a group of tests via -x, but I sometimes need to exclude a single test, and would like to do this without creating a new group for it or adding it to the quarantine group. I would like for the CLI to support a command similar to this:
Current CLI syntax allows excluding a group of tests via -x, but I sometimes need to exclude a single test, and would like to do this without creating a new group for it or adding it to the quarantine group. I would like for the CLI to support a command similar to this:
-x quarantine,com.facebook.presto.tests.hive.TestExternalHiveTable -g hive_connector
The text was updated successfully, but these errors were encountered: