Skip to content

Commit

Permalink
Disable upside_down's boltdb tests on darwin arm64 (#2020)
Browse files Browse the repository at this point in the history
+ Test(s) in this file hang on my computer and it seems they've started
hanging on the workflow jobs as well.
  • Loading branch information
abhinavdangeti committed Apr 25, 2024
1 parent 63e9c3f commit e687956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index/upsidedown/store/boltdb/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !darwin || !arm64

package boltdb

import (
Expand Down

0 comments on commit e687956

Please sign in to comment.