Skip to content

Commit

Permalink
SNOW-894815 Fix access to params from htap
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pfus committed Oct 12, 2023
1 parent 3a29554 commit 74e31dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion connection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ func TestExecWithServerSideError(t *testing.T) {
}

func TestConcurrentReadOnParams(t *testing.T) {
t.Skip("Fails randomly")
config, err := ParseDSN(dsn)
if err != nil {
t.Fatal("Failed to parse dsn")
Expand Down

0 comments on commit 74e31dd

Please sign in to comment.