Commit 3981aa75 authored by Fergus Dall's avatar Fergus Dall Committed by Commit Bot

sheriff: Disable flaky CrostiniExportImportTest tests

CrostiniExportImportTest.TestExportSuccess
CrostiniExportImportTest.TestExportCancelled
CrostiniExportImportTest.TestExportDoneBeforeCancelled
CrostiniExportImportTest.TestDeprecatedExportSuccess

TBR=joelhockey@chromium.org

Bug: 1117356
Change-Id: I26c71780a9ae1b363070276f3824a99d962eef12
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2360108Reviewed-by: default avatarJoel Hockey <joelhockey@chromium.org>
Reviewed-by: default avatarFergus Dall <sidereal@google.com>
Commit-Queue: Fergus Dall <sidereal@google.com>
Cr-Commit-Position: refs/heads/master@{#799015}
parent e80d4a3b
......@@ -205,7 +205,8 @@ TEST_F(CrostiniExportImportTest, TestNotAllowed) {
}
// TODO(juwa): remove this once tremplin has been shipped.
TEST_F(CrostiniExportImportTest, TestDeprecatedExportSuccess) {
// TODO(crbug.com/1117356) Flaky
TEST_F(CrostiniExportImportTest, DISABLED_TestDeprecatedExportSuccess) {
crostini_export_import_->FileSelected(
tarball_, 0,
crostini_export_import_->NewOperationData(ExportImportType::EXPORT));
......@@ -287,7 +288,8 @@ TEST_F(CrostiniExportImportTest, TestDeprecatedExportSuccess) {
EXPECT_TRUE(base::PathExists(tarball_));
}
TEST_F(CrostiniExportImportTest, TestExportSuccess) {
// TODO(crbug.com/1117356) Flaky
TEST_F(CrostiniExportImportTest, DISABLED_TestExportSuccess) {
crostini_export_import_->FileSelected(
tarball_, 0,
crostini_export_import_->NewOperationData(ExportImportType::EXPORT));
......@@ -416,7 +418,8 @@ TEST_F(CrostiniExportImportTest, TestExportFail) {
EXPECT_FALSE(base::PathExists(tarball_));
}
TEST_F(CrostiniExportImportTest, TestExportCancelled) {
// TODO(crbug.com/1117356) Flaky
TEST_F(CrostiniExportImportTest, DISABLED_TestExportCancelled) {
crostini_export_import_->FileSelected(
tarball_, 0,
crostini_export_import_->NewOperationData(ExportImportType::EXPORT));
......@@ -482,7 +485,8 @@ TEST_F(CrostiniExportImportTest, TestExportCancelled) {
EXPECT_FALSE(base::PathExists(tarball_));
}
TEST_F(CrostiniExportImportTest, TestExportDoneBeforeCancelled) {
// TODO(crbug.com/1117356) Flaky
TEST_F(CrostiniExportImportTest, DISABLED_TestExportDoneBeforeCancelled) {
crostini_export_import_->FileSelected(
tarball_, 0,
crostini_export_import_->NewOperationData(ExportImportType::EXPORT));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment