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 <tvl@lahfa.xyz>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
Florian Klink 2024-01-23 14:00:12 +02:00 committed by clbot
parent e81c02311c
commit e8061fc619

View file

@ -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 // 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 // Eventually there will be none of these left, and this function
// will disappear :) Until then, to run these tests, use `cargo test // will disappear :)
// --features expected_failures`.
// //
// Please don't submit failing tests unless they're in // Please don't submit failing tests unless they're in
// notyetpassing; this makes the test suite much more useful for // notyetpassing; this makes the test suite much more useful for