Skip to content

Commit

Permalink
MAT-6930 Remove disableRunTestCaseWithObservStrat
Browse files Browse the repository at this point in the history
  • Loading branch information
ethankaplan committed Mar 25, 2024
1 parent 467a555 commit b4655bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Store/featureFlagStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export interface FeatureFlags {
qdmExport: boolean;
qdmTestCases: boolean;
qiCoreElementsTab: boolean;
disableRunTestCaseWithObservStrat: boolean;
qdmHideJson: boolean;
qdmMeasureDefinitions: boolean;
qdmMeasureReferences: boolean;
Expand All @@ -21,7 +20,6 @@ const initialState: FeatureFlags = {
qdmMeasureDefinitions: false,
qdmMeasureReferences: false,
qiCoreBonnieTestCases: false,
disableRunTestCaseWithObservStrat: true,
qdmHideJson: true,
enableQdmRepeatTransfer: false,
};
Expand Down

0 comments on commit b4655bf

Please sign in to comment.