We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c4c1b commit 0706d88Copy full SHA for 0706d88
app/selectors/featureFlagController/confirmations/index.test.ts
@@ -62,7 +62,7 @@ jest.mock('../mocks', () => {
62
};
63
});
64
65
-describe('confirmationRedesign Feature flag: selectConfirmationRedesignFlags selector', () => {
+describe.skip('confirmationRedesign Feature flag: selectConfirmationRedesignFlags selector', () => {
66
const testFlagValues = (result: unknown, expected: ConfirmationRedesignRemoteFlags) => {
67
const {
68
signatures,
0 commit comments