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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user