[dartdev] Skip create_integration_test on windows

The test is still failing on windows only.
Skipping because the test takes too long to fail and deflake.

Issue: https://github.com/dart-lang/sdk/issues/51037
Issue: https://github.com/dart-lang/sdk/issues/51106
Change-Id: I804e4c7a4e378883943aa63816b71e6fe94de647
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/280250
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
This commit is contained in:
Nicholas Shahan 2023-02-02 18:25:59 +00:00 committed by Commit Queue
parent df84ed6d35
commit 6df68a7e36

View file

@ -147,6 +147,7 @@ vm_service/test/*: SkipByDesign # Uses dart:io
vm_snapshot_analysis/test/*: SkipByDesign # Only meant to run on vm
[ $system == windows ]
dartdev/test/commands/create_integration_test: Skip # dartbug.com/51037 until fix lands for windows
front_end/test/fasta/bootstrap_test: Skip # Issue 31902
front_end/test/fasta/strong_test: Pass, Slow, Timeout
front_end/test/incremental_dart2js_load_from_dill_test: Pass, Slow