Skip to content

Commit

Permalink
chore(smoke_test): Skip build_verify for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Nys authored and dnys1 committed Aug 14, 2023
1 parent 0904fe7 commit 3684e47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/aws_sdk/smoke_test/test/build_verify_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ void main() {
packageRelativeDirectory: 'packages/aws_sdk/smoke_test',
),
timeout: const Timeout(Duration(minutes: 10)),
// TODO(dnys1): Re-enable when we have larger runners
skip: 'Skipping until we have larger runners',
);
}

0 comments on commit 3684e47

Please sign in to comment.