mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 06:48:26 +00:00
Flutter 3.29 beta (#2571)
This commit is contained in:
@@ -42,9 +42,7 @@ void main() {
|
||||
});
|
||||
},
|
||||
onPlatform: <String, dynamic>{
|
||||
'windows': [
|
||||
Skip('Failing on Windows CI'),
|
||||
]
|
||||
'windows': [Skip('Failing on Windows CI')],
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user