diff --git a/tests/runner.py b/tests/runner.py index 327761678..7f573952a 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -3781,6 +3781,8 @@ def process(filename): post_build=add_pre_run_and_checks) def test_rand(self): + return self.skip('rand() is now random') # FIXME + src = r''' #include #include