github.com/MetalBlockchain/metalgo@v1.11.9/tests/e2e/ignore.go (about)

     1  // Copyright (C) 2019-2024, Ava Labs, Inc. All rights reserved.
     2  // See the file LICENSE for licensing terms.
     3  
     4  package e2e
     5  
     6  // This file is required by ginkgo to accurately report compilation errors in test packages. Without
     7  // it, the following error will mask the actual errors:
     8  //
     9  // ```
    10  // Failed to compile e2e:
    11  //
    12  // github.com/MetalBlockchain/metalgo/tests/e2e: no non-test Go files in /path/to/avalanchego/tests/e2e
    13  // ```