add comment about skiping error checking test on Windows

This commit is contained in:
Ilan Schnell 2020-06-01 23:33:47 -05:00 committed by Tzu-ping Chung
parent 4b6ce4fbe4
commit 0462774be1
1 changed files with 3 additions and 0 deletions

View File

@ -197,4 +197,7 @@ def test_yaml_based(script, case):
error = response.get('error')
if error and case[":resolver:"] == 'new' and sys.platform != 'win32':
# Note: we currently skip running these tests on Windows, as they
# were failing due to different error codes. There should not
# be a reason for not running these this check on Windows.
check_error(error, result)