Skip to content

Commit

Permalink
clean tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-knozderko committed Aug 1, 2024
1 parent 29de53b commit 1ec6d5e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions Snowflake.Data.Tests/IntegrationTests/StructuredArraysIT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
namespace Snowflake.Data.Tests.IntegrationTests
{
[TestFixture]
// [IgnoreOnEnvIs("snowflake_cloud_env", new [] { "AZURE", "GCP" })]
// [IgnoreOnEnvIsSet("JENKINS_HOME")]
public class StructuredArraysIT: StructuredTypesIT
{
[Test]
Expand Down
2 changes: 0 additions & 2 deletions Snowflake.Data.Tests/IntegrationTests/StructuredMapsIT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
namespace Snowflake.Data.Tests.IntegrationTests
{
[TestFixture]
// [IgnoreOnEnvIs("snowflake_cloud_env", new [] { "AZURE", "GCP" })]
// [IgnoreOnEnvIsSet("JENKINS_HOME")]
public class StructuredMapsIT: StructuredTypesIT
{
[Test]
Expand Down
2 changes: 0 additions & 2 deletions Snowflake.Data.Tests/IntegrationTests/StructuredObjectsIT.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
namespace Snowflake.Data.Tests.IntegrationTests
{
[TestFixture]
// [IgnoreOnEnvIs("snowflake_cloud_env", new [] { "AZURE", "GCP" })]
// [IgnoreOnEnvIsSet("JENKINS_HOME")]
public class StructuredObjectIT: StructuredTypesIT
{
[Test]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
namespace Snowflake.Data.Tests.IntegrationTests
{
[TestFixture]
// [IgnoreOnEnvIs("snowflake_cloud_env", new [] { "AZURE", "GCP" })]
// [IgnoreOnEnvIsSet("JENKINS_HOME")]
public class StructuredTypesWithEmbeddedUnstructuredIT: StructuredTypesIT
{
[Test]
Expand Down

0 comments on commit 1ec6d5e

Please sign in to comment.