Skip to content

Commit

Permalink
Disable config_quic test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
huitema committed Dec 21, 2023
1 parent 58c0836 commit 97bd967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test_script:
- ps: if ($Env:Platform -eq "x64") { cd x64 }
- ps: cd "$Env:Configuration"
- ps: pwd
- ps: vstest.console /logger:Appveyor "/testcasefilter:(Name!=config_option)&(Name!=qlog_trace)&(Name!=qlog_trace_auto)&(Name!=qlog_trace_ecn)&(Name!=qlog_trace_only)&(Name!=simple_multipath_qlog)&(Name!=multipath_qlog)&(Name!=threading)" UnitTest1.dll
- ps: vstest.console /logger:Appveyor "/testcasefilter:(Name!=config_quic)&(Name!=config_option)&(Name!=qlog_trace)&(Name!=qlog_trace_auto)&(Name!=qlog_trace_ecn)&(Name!=qlog_trace_only)&(Name!=simple_multipath_qlog)&(Name!=multipath_qlog)&(Name!=threading)" UnitTest1.dll
# Alternative to UnitTest1 (running the same tests):
# - ps: .\picoquic_t -n -r -x fuzz_initial

Expand Down

0 comments on commit 97bd967

Please sign in to comment.