Revert "temporarily skip e2e smoke tests" (#1843)

Reverts alcionai/corso#1835 now that #1841 is in. That should help with the flakiness.

I will follow up with another PR after though that moves these tests to a post-CI job (we don't need to run these on every commit)
This commit is contained in:
Vaibhav Kamra 2022-12-16 10:35:55 -08:00 committed by GitHub
parent 703acbdcf7
commit 3209cd1abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 24 deletions

View File

@ -50,8 +50,6 @@ type NoBackupExchangeIntegrationSuite struct {
} }
func TestNoBackupExchangeIntegrationSuite(t *testing.T) { func TestNoBackupExchangeIntegrationSuite(t *testing.T) {
t.Skip("temporary skip on e2e smoke tests")
if err := tester.RunOnAny( if err := tester.RunOnAny(
tester.CorsoCITests, tester.CorsoCITests,
tester.CorsoCLITests, tester.CorsoCLITests,
@ -141,8 +139,6 @@ type BackupExchangeIntegrationSuite struct {
} }
func TestBackupExchangeIntegrationSuite(t *testing.T) { func TestBackupExchangeIntegrationSuite(t *testing.T) {
t.Skip("temporary skip on e2e smoke tests")
if err := tester.RunOnAny( if err := tester.RunOnAny(
tester.CorsoCITests, tester.CorsoCITests,
tester.CorsoCLITests, tester.CorsoCLITests,
@ -240,8 +236,6 @@ type PreparedBackupExchangeIntegrationSuite struct {
} }
func TestPreparedBackupExchangeIntegrationSuite(t *testing.T) { func TestPreparedBackupExchangeIntegrationSuite(t *testing.T) {
t.Skip("temporary skip on e2e smoke tests")
if err := tester.RunOnAny( if err := tester.RunOnAny(
tester.CorsoCITests, tester.CorsoCITests,
tester.CorsoCLITests, tester.CorsoCLITests,
@ -478,8 +472,6 @@ type BackupDeleteExchangeIntegrationSuite struct {
} }
func TestBackupDeleteExchangeIntegrationSuite(t *testing.T) { func TestBackupDeleteExchangeIntegrationSuite(t *testing.T) {
t.Skip("temporary skip on e2e smoke tests")
if err := tester.RunOnAny( if err := tester.RunOnAny(
tester.CorsoCITests, tester.CorsoCITests,
tester.CorsoCLITests, tester.CorsoCLITests,

View File

@ -40,8 +40,6 @@ type NoBackupOneDriveIntegrationSuite struct {
} }
func TestNoBackupOneDriveIntegrationSuite(t *testing.T) { func TestNoBackupOneDriveIntegrationSuite(t *testing.T) {
t.Skip("temporary skip on e2e smoke tests")
if err := tester.RunOnAny( if err := tester.RunOnAny(
tester.CorsoCITests, tester.CorsoCITests,
tester.CorsoCLITests, tester.CorsoCLITests,
@ -131,8 +129,6 @@ type BackupDeleteOneDriveIntegrationSuite struct {
} }
func TestBackupDeleteOneDriveIntegrationSuite(t *testing.T) { func TestBackupDeleteOneDriveIntegrationSuite(t *testing.T) {
t.Skip("temporary skip on e2e smoke tests")
if err := tester.RunOnAny( if err := tester.RunOnAny(
tester.CorsoCITests, tester.CorsoCITests,
tester.CorsoCLITests, tester.CorsoCLITests,

View File

@ -40,8 +40,6 @@ type NoBackupSharePointIntegrationSuite struct {
} }
func TestNoBackupSharePointIntegrationSuite(t *testing.T) { func TestNoBackupSharePointIntegrationSuite(t *testing.T) {
t.Skip("temporary skip on e2e smoke tests")
if err := tester.RunOnAny( if err := tester.RunOnAny(
tester.CorsoCITests, tester.CorsoCITests,
tester.CorsoCLITests, tester.CorsoCLITests,
@ -131,8 +129,6 @@ type BackupDeleteSharePointIntegrationSuite struct {
} }
func TestBackupDeleteSharePointIntegrationSuite(t *testing.T) { func TestBackupDeleteSharePointIntegrationSuite(t *testing.T) {
t.Skip("temporary skip on e2e smoke tests")
if err := tester.RunOnAny( if err := tester.RunOnAny(
tester.CorsoCITests, tester.CorsoCITests,
tester.CorsoCLITests, tester.CorsoCLITests,

View File

@ -314,8 +314,6 @@ func (suite *BackupOpIntegrationSuite) TestNewBackupOperation() {
// TestBackup_Run ensures that Integration Testing works // TestBackup_Run ensures that Integration Testing works
// for the following scopes: Contacts, Events, and Mail // for the following scopes: Contacts, Events, and Mail
func (suite *BackupOpIntegrationSuite) TestBackup_Run_exchange() { func (suite *BackupOpIntegrationSuite) TestBackup_Run_exchange() {
suite.T().Skip("temporary skip on e2e smoke tests")
ctx, flush := tester.NewContext() ctx, flush := tester.NewContext()
defer flush() defer flush()
@ -461,8 +459,6 @@ func (suite *BackupOpIntegrationSuite) TestBackup_Run_exchange() {
} }
func (suite *BackupOpIntegrationSuite) TestBackup_Run_oneDrive() { func (suite *BackupOpIntegrationSuite) TestBackup_Run_oneDrive() {
suite.T().Skip("temporary skip on e2e smoke tests")
ctx, flush := tester.NewContext() ctx, flush := tester.NewContext()
defer flush() defer flush()
@ -496,8 +492,6 @@ func (suite *BackupOpIntegrationSuite) TestBackup_Run_oneDrive() {
} }
func (suite *BackupOpIntegrationSuite) TestBackup_Run_sharePoint() { func (suite *BackupOpIntegrationSuite) TestBackup_Run_sharePoint() {
suite.T().Skip("temporary skip on e2e smoke tests")
ctx, flush := tester.NewContext() ctx, flush := tester.NewContext()
defer flush() defer flush()

View File

@ -260,8 +260,6 @@ func (suite *RestoreOpIntegrationSuite) TestNewRestoreOperation() {
} }
func (suite *RestoreOpIntegrationSuite) TestRestore_Run() { func (suite *RestoreOpIntegrationSuite) TestRestore_Run() {
suite.T().Skip("temporary skip on e2e smoke tests")
ctx, flush := tester.NewContext() ctx, flush := tester.NewContext()
defer flush() defer flush()