Skip to content

Commit

Permalink
Cherry pick branch 'genexuslabs:embedding-data-type' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiamurialdo authored and Beta Bot committed Dec 13, 2024
1 parent c5e997b commit 53d7dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/test/DotNetUnitTest/FileIO/FileIOTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void FileSourceTest()
Assert.True(fi.FullName == expected);

}
[Fact]
[Fact(Skip = "temporarily disabled")]
public void PathSourceTest()
{
string blobPath = Preferences.getBLOB_PATH();
Expand Down

0 comments on commit 53d7dd5

Please sign in to comment.