Skip to content

Commit

Permalink
Re-enable edit test on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Dec 5, 2023
1 parent d07be32 commit 162e9f0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/integration/edit_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ func (suite *EditIntegrationTestSuite) TestEdit_NonInteractive() {

func (suite *EditIntegrationTestSuite) TestEdit_UpdateCorrectPlatform() {
suite.OnlyRunForTags(tagsuite.Edit)
if runtime.GOOS == "windows" {
// https://www.pivotaltracker.com/story/show/174477457
suite.T().Skipf("Skipping on windows due to random failures")
}

ts, env := suite.setup()
defer ts.Close()
Expand Down

0 comments on commit 162e9f0

Please sign in to comment.