diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a530456631..c56d7e3e07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -270,10 +270,10 @@ jobs: echo %VFLAGS% echo $VFLAGS .\make.bat -msvc - - name: Fixed tests - run: | - ./v vlib/v/tests/backtrace_test.v - ./v test-fixed +# - name: Fixed tests +# run: | +# ./v vlib/v/tests/backtrace_test.v +# ./v test-fixed # - name: Test # run: | # .\v.exe -silent test-compiler