aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/application_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/application_test.rs')
-rw-r--r--crates/shirabe/tests/application_test.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/crates/shirabe/tests/application_test.rs b/crates/shirabe/tests/application_test.rs
index 257bc861..1c93b790 100644
--- a/crates/shirabe/tests/application_test.rs
+++ b/crates/shirabe/tests/application_test.rs
@@ -145,9 +145,6 @@ fn test_process_isolation_works_multiple_times() {
assert_eq!(0, application.do_run(input2, output2).unwrap());
}
-#[ignore = "Application::do_run registers the composer.json script as a command, a path that ends at a todo!() \
- (application.rs:2461, 'plugin: register reflection-instantiated command on Application::add'). With a \
- 'scripts' key present, do_run panics there before getComposer is reached"]
#[test]
#[serial]
fn test_no_plugins_disables_plugins_when_script_commands_exist() {
@@ -213,9 +210,6 @@ fn test_no_plugins_disables_plugins_when_script_commands_exist() {
);
}
-#[ignore = "Application::do_run registers composer.json scripts as commands; that path ends at a todo!() \
- (application.rs:2461, 'plugin: register reflection-instantiated command on Application::add'). With a \
- 'scripts' key present, do_run panics there before the script command executes"]
#[test]
#[serial]
fn test_script_command_takes_priority_over_abbreviated_builtin_command() {