Skip to content

Commit 4bd2c5d

Browse files
Remove UT from build
1 parent 9687c82 commit 4bd2c5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

default.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ properties {
1313
}
1414

1515
# CI tasks
16-
task ci -depends compile, test, publishDockerEventMeshService, publishEventMeshCLI
16+
task ci -depends compile, publishDockerEventMeshService, publishEventMeshCLI
1717

1818
task clean {
1919
rd "$source_dir\artifacts" -recurse -force -ErrorAction SilentlyContinue | out-null

tests/FaasNet.EventMesh.Runtime.Tests/EventMeshRuntimeHostFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public async Task When_GetAllVpns_Then_VpnsAreReturned()
5858

5959
#region Create session
6060

61-
// [Fact]
61+
[Fact]
6262
public async Task When_CreateSession_And_VpnDoesntExist_Then_ErrorIsReturned()
6363
{
6464
// ARRANGE

0 commit comments

Comments
 (0)