@@ -67,7 +67,6 @@ func (suite *DeployIntegrationTestSuite) deploy(ts *e2e.Session, prj string, tar
6767
6868func (suite * DeployIntegrationTestSuite ) TestDeployPerl () {
6969 suite .OnlyRunForTags (tagsuite .Perl , tagsuite .Deploy )
70- suite .SkipUnsupportedArchitectures ()
7170 if ! e2e .RunningOnCI () {
7271 suite .T ().Skipf ("Skipping DeployIntegrationTestSuite when not running on CI, as it modifies bashrc/registry" )
7372 }
@@ -144,7 +143,6 @@ func (suite *DeployIntegrationTestSuite) checkSymlink(name string, binDir, targe
144143
145144func (suite * DeployIntegrationTestSuite ) TestDeployPython () {
146145 suite .OnlyRunForTags (tagsuite .Deploy , tagsuite .Python , tagsuite .Critical )
147- suite .SkipUnsupportedArchitectures ()
148146 if ! e2e .RunningOnCI () {
149147 suite .T ().Skipf ("Skipping DeployIntegrationTestSuite when not running on CI, as it modifies bashrc/registry" )
150148 }
@@ -213,7 +211,6 @@ func (suite *DeployIntegrationTestSuite) TestDeployPython() {
213211
214212func (suite * DeployIntegrationTestSuite ) TestDeployInstall () {
215213 suite .OnlyRunForTags (tagsuite .Deploy )
216- suite .SkipUnsupportedArchitectures ()
217214 if ! e2e .RunningOnCI () {
218215 suite .T ().Skipf ("Skipping DeployIntegrationTestSuite when not running on CI, as it modifies bashrc/registry" )
219216 }
@@ -247,7 +244,6 @@ func (suite *DeployIntegrationTestSuite) InstallAndAssert(ts *e2e.Session, targe
247244
248245func (suite * DeployIntegrationTestSuite ) TestDeployConfigure () {
249246 suite .OnlyRunForTags (tagsuite .Deploy )
250- suite .SkipUnsupportedArchitectures ()
251247 if ! e2e .RunningOnCI () {
252248 suite .T ().Skipf ("Skipping TestDeployConfigure when not running on CI, as it modifies bashrc/registry" )
253249 }
@@ -316,7 +312,6 @@ func (suite *DeployIntegrationTestSuite) AssertConfig(ts *e2e.Session, targetID
316312
317313func (suite * DeployIntegrationTestSuite ) TestDeploySymlink () {
318314 suite .OnlyRunForTags (tagsuite .Deploy )
319- suite .SkipUnsupportedArchitectures ()
320315 if runtime .GOOS != "windows" && ! e2e .RunningOnCI () {
321316 suite .T ().Skipf ("Skipping TestDeploySymlink when not running on CI, as it modifies PATH" )
322317 }
@@ -354,7 +349,6 @@ func (suite *DeployIntegrationTestSuite) TestDeploySymlink() {
354349
355350func (suite * DeployIntegrationTestSuite ) TestDeployReport () {
356351 suite .OnlyRunForTags (tagsuite .Deploy )
357- suite .SkipUnsupportedArchitectures ()
358352 ts := e2e .New (suite .T (), false )
359353 defer ts .Close ()
360354
@@ -383,7 +377,6 @@ func (suite *DeployIntegrationTestSuite) TestDeployReport() {
383377
384378func (suite * DeployIntegrationTestSuite ) TestDeployTwice () {
385379 suite .OnlyRunForTags (tagsuite .Deploy )
386- suite .SkipUnsupportedArchitectures ()
387380 if runtime .GOOS == "darwin" || ! e2e .RunningOnCI () {
388381 suite .T ().Skipf ("Skipping TestDeployTwice when not running on CI or on MacOS, as it modifies PATH" )
389382 }
@@ -419,7 +412,6 @@ func (suite *DeployIntegrationTestSuite) TestDeployTwice() {
419412
420413func (suite * DeployIntegrationTestSuite ) TestDeployUninstall () {
421414 suite .OnlyRunForTags (tagsuite .Deploy )
422- suite .SkipUnsupportedArchitectures ()
423415 if ! e2e .RunningOnCI () {
424416 suite .T ().Skipf ("Skipping TestDeployUninstall when not running on CI, as it modifies bashrc/registry" )
425417 }
0 commit comments