1
0
mirror of https://github.com/j178/prek.git synced 2026-04-25 02:11:36 +02:00

Ignore two node flaky tests for now (#691)

This commit is contained in:
Jo
2025-09-09 22:03:03 +08:00
committed by GitHub
parent 5bd4922ecb
commit d65723522f
+2
View File
@@ -116,6 +116,7 @@ fn language_version() -> anyhow::Result<()> {
}
/// Test that `additional_dependencies` are installed correctly.
#[ignore = "slow and flaky"]
#[test]
fn additional_dependencies() {
let context = TestContext::new();
@@ -160,6 +161,7 @@ fn additional_dependencies() {
/// Test `https://github.com/thlorenz/doctoc` works correctly with prek.
/// Previously, prek did not install its dependencies correctly.
#[ignore = "slow and flaky"]
#[test]
fn doctoc() -> anyhow::Result<()> {
let context = TestContext::new();