fix: Skip native assets build test (flaky, takes 15m+) (#170383)

fixes #170382, which is timing out at 6% flakey
This commit is contained in:
John "codefu" McDole 2025-06-10 13:47:51 -07:00 committed by GitHub
parent 3c02bf1613
commit 45efd04bc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@Skip('flutter/flutter/issues/170382')
library;
import 'dart:io';
import 'package:file/file.dart';