mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
fix: Limit when ui tests run
This commit is contained in:
parent
6b3ba22368
commit
6ea893db2c
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
|
||||
#[cfg(feature = "derive")]
|
||||
#[rustversion::attr(any(not(stable), before(1.54), since(1.55)), ignore)]
|
||||
#[test]
|
||||
fn ui() {
|
||||
|
|
Loading…
Reference in a new issue