From 6fd86d35ba07a0419b9b8e397858298985f3ae7a Mon Sep 17 00:00:00 2001 From: Abhishek Ranjan <159750762+aranjans@users.noreply.github.com> Date: Tue, 29 Oct 2024 21:39:04 +0530 Subject: [PATCH] Disable buffer_pooling tests (#7762) Co-authored-by: Doug Fawley --- .github/workflows/testing.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c5b7dd461773..43717dbf01e5 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -55,10 +55,6 @@ jobs: goversion: '1.23' testflags: -race - - type: tests - goversion: '1.23' - testflags: '-race -tags=buffer_pooling' - - type: tests goversion: '1.23' goarch: 386