summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cbuildbot/stages/sdk_stages_unittest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cbuildbot/stages/sdk_stages_unittest.py b/cbuildbot/stages/sdk_stages_unittest.py
index 96e3d111c..c933b869e 100644
--- a/cbuildbot/stages/sdk_stages_unittest.py
+++ b/cbuildbot/stages/sdk_stages_unittest.py
@@ -8,6 +8,7 @@ from __future__ import print_function
import json
import os
+import unittest
from chromite.cbuildbot import commands
from chromite.cbuildbot import constants
@@ -221,6 +222,8 @@ class SDKPackageToolchainOverlaysStageTest(
def ConstructStage(self):
return sdk_stages.SDKPackageToolchainOverlaysStage(self._run)
+ # TODO(akeshet): determine why this test is flaky
+ @unittest.skip("Skip flaky test.")
def testTarballCreation(self):
"""Tests that tarballs are created for all board toolchains."""
self._Prepare('chromiumos-sdk')