Skip to content

Commit

Permalink
fix(tests): remove ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Jun 22, 2023
1 parent 4d4111b commit e643b6b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/build/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ fn loads_js() {
assert!(page.contents.contains(r#"<script src="/artifacts.js">"#));
}

#[ignore]
#[test]
fn creates_download_for_mac() {
let _guard = TEST_RUNTIME.enter();
Expand Down Expand Up @@ -214,7 +213,6 @@ fn creates_copy_to_clipboard_artifacts() {
}

#[test]
#[ignore]
fn adds_prefix() {
let _guard = TEST_RUNTIME.enter();
let (_t, temp_dir) = temp_build_dir();
Expand All @@ -227,7 +225,6 @@ fn adds_prefix() {
.contains(r#"<a href="/axo/artifacts/">View all installation options</a>"#))
}

#[ignore]
#[test]
fn adds_prefix_with_package_managers() {
let _guard = TEST_RUNTIME.enter();
Expand Down

0 comments on commit e643b6b

Please sign in to comment.