Skip to content

Commit

Permalink
Skip test.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Sep 6, 2024
1 parent b2a9701 commit f671fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Providers.GremlinServer.Tests/IntegrationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public Task DateTimeOffset_from_string_1() => _g
.Cast<DateTimeOffset>()
.Verify();

[Fact]
[Fact(Skip = "Won't work on CI and everything that is not located in my time zone.")]
public Task DateTimeOffset_from_string_2() => _g
.Inject("2016-01-01T12:30")
.Cast<DateTimeOffset>()
Expand Down

0 comments on commit f671fdd

Please sign in to comment.