From e82259f756b6887d6cf868e941d14f73288ac233 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Tue, 6 Feb 2024 12:38:04 -0700 Subject: [PATCH] KTF support --- .bazelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelrc b/.bazelrc index b646275..c23aa74 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,4 +1,5 @@ test --test_output=errors +test --test_tag_filters=-known-to-fail # To enable flake8 on all build steps, uncomment this - # test --aspects="//tools/flake8:flake8.bzl%flake8_aspect" --output_groups=flake8_checks