From 2b04721a68c7d49033677e96fab6fc83ab6e26ea Mon Sep 17 00:00:00 2001 From: Eero Kelly Date: Thu, 24 Oct 2024 21:31:37 +0000 Subject: [PATCH] Re-enable nested tests --- rs/tests/nested/BUILD.bazel | 8 -------- 1 file changed, 8 deletions(-) diff --git a/rs/tests/nested/BUILD.bazel b/rs/tests/nested/BUILD.bazel index 44ab0e79e0e..30d15f2546d 100644 --- a/rs/tests/nested/BUILD.bazel +++ b/rs/tests/nested/BUILD.bazel @@ -43,10 +43,6 @@ system_test_nns( flaky = True, proc_macro_deps = MACRO_DEPENDENCIES, tags = [ - # TODO(https://dfinity.atlassian.net/browse/NODE-1500): - # The nested tests are very unstable and cause the "Schedule Hourly" workflow to fail often. - # So let's disable them to give us time to debug why they fail. - "manual", "system_test_hourly", ], target_compatible_with = ["@platforms//os:linux"], # requires libssh that does not build on Mac OS @@ -62,10 +58,6 @@ system_test_nns( flaky = True, proc_macro_deps = MACRO_DEPENDENCIES, tags = [ - # TODO(https://dfinity.atlassian.net/browse/NODE-1500): - # The nested tests are very unstable and cause the "Schedule Hourly" workflow to fail often. - # So let's disable them to give us time to debug why they fail. - "manual", "system_test_hourly", ], target_compatible_with = ["@platforms//os:linux"], # requires libssh that does not build on Mac OS