summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2024-05-13 23:40:01 -0700
committerYifan Hong <elsk@google.com>2024-05-16 19:29:19 +0000
commit31b8cf20918c9fc6dba852f658ea8b67336f8bbe (patch)
tree539dd848e26ec618573e2c568d28a552d3e5854c
parentc7c33b67f669b8eee409c7ea0c0aef1ca9097d8e (diff)
downloadbuild-master.tar.gz
kleaf: Re-enable DdkWorkspaceSetupTestHEADmastermain
With the test added to CI, we can check with this CL whether the test can properly run on CI. Bug: 338263410 Change-Id: I786082fc73812a9b07a70f0a7a92ad4fdf58391e
-rw-r--r--kleaf/tests/integration_test/integration_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/kleaf/tests/integration_test/integration_test.py b/kleaf/tests/integration_test/integration_test.py
index a3fbd21..736fead 100644
--- a/kleaf/tests/integration_test/integration_test.py
+++ b/kleaf/tests/integration_test/integration_test.py
@@ -408,7 +408,6 @@ class KleafIntegrationTestShard2(KleafIntegrationTestBase):
self._build(args)
-@unittest.skip("TODO(b/338263410): enable test after added to CI")
class DdkWorkspaceSetupTest(KleafIntegrationTestBase):
"""Tests setting up a DDK workspace with @kleaf as dependency."""