Skip to content

Conversation

@matiasleyba
Copy link
Contributor

Status

IN DEVELOPMENT

Description

This PR introduces support for skipping test optimizations using a custom tag.
You can now mark a test file with the skip_very_good_optimization tag to prevent them from being optimized during execution.

Example:

@Tags(['skip_very_good_optimization'])

import 'package:test/test.dart';

Fixes #1370

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@matiasleyba matiasleyba self-assigned this Sep 29, 2025
@matiasleyba matiasleyba marked this pull request as ready for review September 30, 2025 15:39
@matiasleyba matiasleyba requested a review from a team as a code owner September 30, 2025 15:39
@matiasleyba matiasleyba force-pushed the feat/filter-optimization branch from a18eb17 to ef1dca0 Compare October 1, 2025 16:19
@matiasleyba matiasleyba merged commit eedf947 into main Oct 2, 2025
22 checks passed
@matiasleyba matiasleyba deleted the feat/filter-optimization branch October 2, 2025 13:36
@vgvbot vgvbot mentioned this pull request Oct 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Support filtering for optimization

4 participants