We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When building from source, specifically a release build with official_build=false, there are two test failures:
2 tests failed: MediaYouTubeTest.GetChannelUrl (../../brave/vendor/bat-native-ledger/src/bat/ledger/internal/media/youtube_unittest.cc:498) MediaYouTubeTest.GetVideoUrl (../../brave/vendor/bat-native-ledger/src/bat/ledger/internal/media/youtube_unittest.cc:466)
Problem introduced in brave/brave-core#2167, meaning it occurs in master/0.66.x/0.65.x
brave-browser
npm run init -- --all && npm run build -- Release --official_build=false
npm test brave_unit_tests -- Release
Errors
Tests should pass
The text was updated successfully, but these errors were encountered:
Update test to use NDEBUG check instead of only the OFFICIAL_BUILD
6598599
Fixes brave/brave-browser#4342 (release tests were failing with official build = false)
Fix youtube unittest in debug build.
1503efd
Fixes: brave/brave-browser#4342
bsclifton
Successfully merging a pull request may close this issue.
Description
When building from source, specifically a release build with official_build=false, there are two test failures:
Problem introduced in brave/brave-core#2167, meaning it occurs in master/0.66.x/0.65.x
Steps to Reproduce
brave-browser
npm run init -- --all && npm run build -- Release --official_build=false
npm test brave_unit_tests -- Release
Actual result:
Errors
Expected result:
Tests should pass
The text was updated successfully, but these errors were encountered: