Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-3257] disable brittle goroutine check in CI test
The goroutine check (checks that goroutines are dead after each test) sometimes starts with the wrong number of goroutines and has a false-negative (i.e, started with 4 goroutines but has only 3 of them in the end of the test) so it fails the entire unit test run. I want to temporarily disable the test and investigate. Change-Id: Ic0b618c6c3437ec8cbe87400e7bd54fc0d74f2ca Signed-off-by: Yacov Manevich <yacovm@il.ibm.com>
- Loading branch information