Skip to content

Commit 87a08e6

Browse files
author
Jamie Rothfeder
committed
Remove MATA experiment and instead roll this functionality under existing apptesting experiment.
1 parent ff27bfe commit 87a08e6

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/commands/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,6 @@ export function load(client: CLIClient): CLIClient {
264264
if (experiments.isEnabled("apptesting")) {
265265
client.apptesting = {};
266266
client.apptesting.execute = loadCommand("apptesting-execute");
267-
}
268-
if (experiments.isEnabled("mata")) {
269-
if (!client.apptesting) {
270-
client.apptesting = {};
271-
}
272267
client.apptesting.mobile = {};
273268
client.apptesting.mobile.execute = loadCommand("apptesting-mobile-execute");
274269
}

src/experiments.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,6 @@ export const ALL_EXPERIMENTS = experiments({
165165
shortDescription: "Adds experimental App Testing feature",
166166
public: true,
167167
},
168-
mata: {
169-
shortDescription: "Adds experimental Mobile App Testing Agent (MATA) feature",
170-
public: true,
171-
},
172168
fdcwebhooks: {
173169
shortDescription: "Enable Firebase Data Connect webhooks feature.",
174170
default: false,

0 commit comments

Comments
 (0)