File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
tests/integration/monitor Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -78,5 +78,4 @@ path = "src/main.rs"
7878name = " openzeppelin-monitor"
7979
8080[features ]
81- test-log = []
82- test-config = []
81+ test-ci-only = []
Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ mod tests {
381381 }
382382
383383 #[ test]
384- #[ cfg_attr( not( feature = "test-log " ) , ignore) ]
384+ #[ cfg_attr( not( feature = "test-ci-only " ) , ignore) ]
385385 fn test_log_error ( ) {
386386 use tracing_test:: traced_test;
387387
Original file line number Diff line number Diff line change @@ -842,7 +842,7 @@ fn test_load_from_path_trait_implementation_error() {
842842// This test is ignored because it creates files in the config directory
843843// and we don't want to pollute the default config directory
844844#[ test]
845- #[ cfg_attr( not( feature = "test-config " ) , ignore) ]
845+ #[ cfg_attr( not( feature = "test-ci-only " ) , ignore) ]
846846fn test_load_from_path_with_mixed_services ( ) {
847847 // Create default config paths for when we use None for path
848848 let config_path = PathBuf :: from ( "config" ) ;
You can’t perform that action at this time.
0 commit comments