Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: disable compliance check #5185

Merged
merged 1 commit into from
Apr 10, 2024
Merged

Conversation

kyranjamie
Copy link
Collaborator

@kyranjamie kyranjamie commented Apr 9, 2024

Try out Leather build 5215ed3Extension build, Test report, Storybook, Chromatic

@@ -15,6 +15,8 @@ const headers = {
Token: '51d3c7529eb08a8c62d41d70d006bdcd4248150fbd6826d5828ac908e7c12073',
};

export const isComplianceCheckEnabled = false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be added to config?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be the idea here is to quickly disable this for release and then re-enable afterwards so lets let it slide this time

@pete-watters pete-watters force-pushed the chore/disable-compliance-check branch from 516e97d to 5215ed3 Compare April 10, 2024 08:11
@@ -18,7 +18,7 @@ function mockChainalysisEntityCheckRequest(context: BrowserContext) {
);
}

test.describe('Compliance checks', () => {
test.skip('Compliance checks', () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kyranjamie I checked #5122 and will just skip this whole test for now for release

@pete-watters pete-watters added this pull request to the merge queue Apr 10, 2024
Merged via the queue into dev with commit b4b1d11 Apr 10, 2024
28 checks passed
@pete-watters pete-watters deleted the chore/disable-compliance-check branch April 10, 2024 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants