Skip to content

Commit

Permalink
Ignore TestFailedGetPreseededSnaps in short mode
Browse files Browse the repository at this point in the history
  • Loading branch information
upils committed Oct 24, 2023
1 parent 67c2dab commit 927c105
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/statemachine/helper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,9 @@ func TestFailedMountTempFS(t *testing.T) {

// TestFailedGetPreseededSnaps tests various failure scenarios in the getPreseededSnaps function
func TestFailedGetPreseededSnaps(t *testing.T) {
if testing.Short() {
t.Skip("skipping test in short mode.")
}
asserter := helper.Asserter{T: t}
var stateMachine StateMachine
stateMachine.commonFlags, stateMachine.stateMachineFlags = helper.InitCommonOpts()
Expand Down

0 comments on commit 927c105

Please sign in to comment.