Remove the no-shuffle tag on the flutter_tools create_test suite (#148688)

The issue was fixed by https://github.com/flutter/flutter/pull/148616
This commit is contained in:
Jason Simmons 2024-05-20 11:58:59 -07:00 committed by GitHub
parent 04cd1619a3
commit a45cde5998
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,12 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// TODO(jsimmons): Remove this tag when the test's ordering dependencies
// have been fixed.
// Fails with "flutter test --test-randomize-ordering-seed=20240518"
@Tags(<String>['no-shuffle'])
library;
import 'dart:async';
import 'dart:convert';
import 'dart:io' as io;