-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Tests: Block User test requires enterprise license to work #7800
Comments
Hi @geropl I am currently planning an epic for integration tests for team workspace, and bumped into this issue given this component tagging. In hindsight, it seems like it belongs on the webapp side of the house? |
@kylos101 Indeed. Is it possible for you to exclude that tests/label it as "team webapp" for now? If yes, I'd love to close this issue here, and tackle the underlying problem once we find resources to dig into testing again. |
Yes, not a problem. This script creates test binaries for each component, and we will modify the entry point. For example, to allow us to specify different component names, this way, when we call it from our werft job (which'll be for team workspace) it'll just certain components. |
Closing as per this comment. |
Bug description
When running integration tests, block user test fails with error:
blockuser_test.go:71: cannot perform AdminBlockUser: "jsonrpc2: code 555 message: enterprise license required"
Steps to reproduce
Run integration test on new gitpod deployment
Workspace affected
No response
Expected behavior
Test should pass even if enterprise license is missing
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: