Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAB-17158 ignore util test using build tag
ledger_generate_test is used to generate test data, and is currently skipped by default. However, it still runs BeforeEach and AfterEach, which brings up a Fabric network, which is heavy, and leaves garbage data dir behind. This patch adds a build tag 'generate' to file. Test done: run `ginkgo -tags generate` to see that test being executed, and `ginkgo` to see it being excluded. Signed-off-by: Jay Guo <guojiannan1101@gmail.com>
- Loading branch information