Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
313
stars
136
forks
source link
(Platform) Investigate tests disabled with: @Disabled("This test needs to be investigated") #15078
Open
jjohannes opened 2 months ago
Problem
Certain tests were not running on CI for months. We need to investigate what to do with them. The tests are:
@Disabled("This test needs to be investigated")
For more background, see description of: #15009
Solution
For each of the failing tests: fix the test setup or delete test.
Alternatives
No response