remove static-site-gen from cli_run tests

This commit is contained in:
Luke Boswell 2024-05-22 13:15:42 +10:00
parent d4e6788180
commit d826ac4a40
No known key found for this signature in database
GPG Key ID: F6DB3C9DB47377B0

View File

@ -897,21 +897,6 @@ mod cli_run {
test_roc_app_slim("examples/swiftui", "main.roc", "", UseValgrind::No)
}
#[test]
#[cfg_attr(windows, ignore)]
fn static_site_gen() {
test_roc_app(
"examples/static-site-gen",
"static-site.roc",
&[],
&[Arg::ExamplePath("input"), Arg::ExamplePath("output")],
&[],
"Processed 4 files with 3 successes and 0 errors\n",
UseValgrind::No,
TestCliCommands::Run,
)
}
#[test]
#[serial(cli_platform)]
#[cfg_attr(windows, ignore)]