diff options
Diffstat (limited to 'test/codegen')
| -rw-r--r-- | test/codegen/maps.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/codegen/maps.go b/test/codegen/maps.go index 25505799e9..d7cf6534ad 100644 --- a/test/codegen/maps.go +++ b/test/codegen/maps.go @@ -4,6 +4,11 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// TODO(#54766): Temporarily disable for swissmap, which have fast variants +// disabled. This test expects fast variants. +// +//go:build !goexperiment.swissmap + package codegen // This file contains code generation tests related to the handling of |
