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

Fix Totp tests #3527

Merged
merged 7 commits into from
Jan 21, 2022
Merged

Fix Totp tests #3527

merged 7 commits into from
Jan 21, 2022

Conversation

tsmartt
Copy link
Contributor

@tsmartt tsmartt commented Jan 20, 2022

Fix the failing TOTP Tests.

@tsmartt tsmartt requested a review from thypon January 20, 2022 20:53
Most of the errors we see coming from yarn audit are for dev dependencies
which have no impact in production. See:

rails/webpacker#2969 (comment)
and
rails/webpacker#3017 (comment)

We need to be able to suppress warnings which do not apply.
Gemfile Outdated
def x86_64?
`uname -p`.strip == "x86_64"
def not_m1?
`uname -p`.strip != "arm64"
Copy link
Collaborator

Choose a reason for hiding this comment

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

On M1 uname -p is returning "arm" and not "arm64". I was using x86_64 since even Linux arm is broken.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I got arm64 on my m1, weird. I can update to include both arm and arm64

@tsmartt tsmartt merged commit 8d51c94 into brave-intl:staging Jan 21, 2022
@tsmartt tsmartt deleted the fix/staging-test-2fa branch January 21, 2022 16:50
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.

2 participants