Skip to content

Commit de47af1

Browse files
committed
Enable full test discovery for 5% of users
1 parent 8031912 commit de47af1

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: -1,
91+
fullTestDiscovery: 0.05,
9292
};
9393

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

0 commit comments

Comments
 (0)