Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Aug 8, 2023
1 parent 32e3d5e commit 1faf488
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions c/driver/snowflake/snowflake_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ class SnowflakeConnectionTest : public ::testing::Test,
}
}

// Supported, but we don't validate the values
void TestMetadataCurrentCatalog() { GTEST_SKIP(); }
void TestMetadataCurrentDbSchema() { GTEST_SKIP(); }

protected:
SnowflakeQuirks quirks_;
};
Expand Down

0 comments on commit 1faf488

Please sign in to comment.