fix: Limit when ui tests run

This commit is contained in:
Ed Page 2021-12-06 12:37:49 -06:00
parent 6b3ba22368
commit 6ea893db2c

View file

@ -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() {