-
Notifications
You must be signed in to change notification settings - Fork 852
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
Remove Privacy ATs - have been disabled for some time #7347
Comments
Hey, I am interested in this issue. Please assign this to me. |
I have found these classes that extend the base class. Can I remove these classes and the base class?
|
I would like this issue assigned to me. |
There are still some privacy related ATs that can be deleted. eg PrivacyGroupTest, MultiTenancyAcceptanceTest 2 ways to find them - run ./gradlew acceptanceTestPrivacy and see what tests get picked up |
fixed by #7569 |
Remove privacy AT classes and associated testing resources - look for AT classes that extend this base class -
java/org/hyperledger/besu/tests/acceptance/dsl/privacy/PrivacyAcceptanceTestBase.java
The text was updated successfully, but these errors were encountered: