From e8061fc6190fdeaadb9d8ebc8d8dba15c9c6f5c4 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 23 Jan 2024 14:00:12 +0200 Subject: docs(tvix/eval/tests): update comment There's no `expected_failures` feature, we run them unconditionally. Change-Id: Ibe1c93497e040d0d5b6cbfcaa043027814c191f1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10681 Reviewed-by: raitobezarius Tested-by: BuildkiteCI Autosubmit: flokli --- tvix/eval/src/tests/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tvix') diff --git a/tvix/eval/src/tests/mod.rs b/tvix/eval/src/tests/mod.rs index d8b593ae9967..c80368970ec1 100644 --- a/tvix/eval/src/tests/mod.rs +++ b/tvix/eval/src/tests/mod.rs @@ -156,8 +156,7 @@ fn nix_eval_okay(#[files("src/tests/nix_tests/eval-okay-*.nix")] code_path: Path // eval-okay-* tests from the original Nix test suite which do not yet pass for tvix // // Eventually there will be none of these left, and this function -// will disappear :) Until then, to run these tests, use `cargo test -// --features expected_failures`. +// will disappear :) // // Please don't submit failing tests unless they're in // notyetpassing; this makes the test suite much more useful for -- cgit 1.4.1