-
Notifications
You must be signed in to change notification settings - Fork 21
Use default flags in local evaluation mode #107
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
Use default flags in local evaluation mode #107
Conversation
6bf8ce7 to
d8b5991
Compare
gagantrivedi
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.
Approved with a query
pom.xml
Outdated
| <groupId>org.testng</groupId> | ||
| <artifactId>testng</artifactId> | ||
| <version>7.6.1</version> | ||
| <version>7.5</version> |
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.
Does that mean we downgraded some external module named testing?
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.
Yeah, I had to do this to get the test runner working in VSCode. Although, I believe I actually need to rebase as that should be fixed here instead: a7df658
d8b5991 to
286f62a
Compare
| <dependency> | ||
| <groupId>org.testng</groupId> | ||
| <artifactId>testng</artifactId> | ||
| <version>7.6.1</version> |
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.
This was removed as it's a duplicate of this.
|
Tests here should be fixed by #112 |
…efault-flags-should-be-used-when-unable-to-establish-connectivity-to-flagsmith-api
This PR achieves 2 things: