Skip to content

Commit

Permalink
skip variant examples
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerTorres committed Jan 10, 2025
1 parent 1dbf058 commit 192524a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/clickhouse_api/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,5 +211,6 @@ func TestSSLNoVerify(t *testing.T) {
}

func TestVariantExample(t *testing.T) {
t.Skip("unsupported version")
require.NoError(t, VariantExample())
}
1 change: 1 addition & 0 deletions examples/std/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,6 @@ func TestConnectionSettings(t *testing.T) {
}

func TestVariantExample(t *testing.T) {
t.Skip("unsupported version")
require.NoError(t, VariantExample())
}

0 comments on commit 192524a

Please sign in to comment.