Skip to content

Commit

Permalink
tests: skip cli tests for now (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
katcipis authored and mariux committed Jan 6, 2022
1 parent 7739fcd commit 2f7be1b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/terramate/cli/cli_order_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// FIXME(katcipis): improve CLI tests isolation
//go:build ignore

package cli_test

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/terramate/cli/cli_run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// FIXME(katcipis): improve CLI tests isolation
//go:build ignore

package cli_test

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/terramate/cli/cli_stacks_init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// FIXME(katcipis): improve CLI tests isolation
//go:build ignore

package cli_test

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/terramate/cli/cli_stacks_list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// FIXME(katcipis): improve CLI tests isolation
//go:build ignore

package cli_test

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/terramate/cli/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// FIXME(katcipis): improve CLI tests isolation
//go:build ignore

package cli_test

import (
Expand Down
3 changes: 3 additions & 0 deletions cmd/terramate/cli/stacks_globals_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// FIXME(katcipis): improve CLI tests isolation
//go:build ignore

package cli_test

import (
Expand Down

0 comments on commit 2f7be1b

Please sign in to comment.