Skip to content

Commit 286510e

Browse files
geroplroboquat
authored andcommitted
[dashboard] Remove old experiment
1 parent 77a14f9 commit 286510e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/dashboard/src/experiments.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ const Experiments = {
2727
/**
2828
* Experiment "example" will be activate on login for 10% of all clients.
2929
*/
30-
// "example": 0.1,
31-
"login-from-context-6826": 0, // https://github.com/gitpod-io/gitpod/issues/6826
30+
"example": 0.1,
3231
};
3332
type Experiments = Partial<{ [e in Experiment]: boolean }>;
3433
export type Experiment = keyof (typeof Experiments);

0 commit comments

Comments
 (0)