-
Notifications
You must be signed in to change notification settings - Fork 10.5k
No Authorization in ReactRedux #11801
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
No Authorization in ReactRedux #11801
Conversation
|
You can also remove the using |
|
We didn't catch this regression because the test was skipped and marked as flaky. There is no functional difference between this test and the react one, which runs fine, so this shouldn't be flaky. |
javiercn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good, but I want the relevant tests to be enabled and run for these changes and for the additional namespace to be cleaned up.
|
This is approved for Preview7 release. Please merge as soon as tests are enabled and pass. |
mkArtakMSFT
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Ryan!
|
Not sure why this is failing, I tested it on a template locally and it worked fine, investigating. |
|
Ah, so the failure seems to have been a transient thing in an Angular test, retrying. |
|
This comment was made automatically. If there is a problem contact [email protected]. I've triaged the above build. I've created/commented on the following issue(s) |
The inclusion of this attribute causes all calls to this endpoint to fail because there is no authorization system registered.