Skip to content

Commit

Permalink
Disable shuffling in the flutter_tools create_test suite (flutter#148619
Browse files Browse the repository at this point in the history
)

This suite is failing when run with --test-randomize-ordering-seed=20240518

This is currently blocking the engine->framework roller
  • Loading branch information
jason-simmons authored May 18, 2024
1 parent f7012db commit 791a782
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
// 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;
Expand Down

0 comments on commit 791a782

Please sign in to comment.