Skip to content

Commit 2f2f20f

Browse files
committed
Increase the full test discovery rollout to 70% (#3574)
<!-- NOTE: If you plan to invest significant effort into a large pull request with multiple decisions that may impact the long term maintenance of the Ruby LSP, please open a [discussion](https://github.com/Shopify/ruby-lsp/discussions/new/choose) first to align on the direction. --> ### Motivation <!-- Closes # --> <!-- Explain why you are making this change. Include links to issues or describe the problem being solved, not the solution. --> Increase the full test discovery rollout to 70%
1 parent 2760701 commit 2f2f20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode/src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const SUPPORTED_LANGUAGE_IDS = ["ruby", "erb"];
8888
export const FEATURE_FLAGS = {
8989
tapiocaAddon: 1.0,
9090
launcher: 0.1,
91-
fullTestDiscovery: 0.3,
91+
fullTestDiscovery: 0.7,
9292
};
9393

9494
type FeatureFlagConfigurationKey = keyof typeof FEATURE_FLAGS | "all";

0 commit comments

Comments
 (0)