Skip to content

Commit

Permalink
Only single Playwright test running (turned off tests from CodyPackag…
Browse files Browse the repository at this point in the history
…eTests).
  • Loading branch information
PiotrKarczmarz committed Sep 6, 2024
1 parent d5d805b commit f09f2ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Cody.VisualStudio.Tests/CodyPackageTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public CodyPackageTests(ITestOutputHelper output) : base(output)
{
}

[VsFact(Version = VsVersion.VS2022)]
//[VsFact(Version = VsVersion.VS2022)]
public async Task CodyPackage_Loaded_OnDemand()
{
// given
Expand All @@ -21,7 +21,7 @@ public async Task CodyPackage_Loaded_OnDemand()
Assert.NotNull(codyPackage);
}

[VsFact(Version = VsVersion.VS2022)]
//[VsFact(Version = VsVersion.VS2022)]
public async Task Logger_Initialized_And_Info_MethodCalled()
{
// given
Expand All @@ -36,7 +36,7 @@ public async Task Logger_Initialized_And_Info_MethodCalled()
// then
}

[VsFact(Version = VsVersion.VS2022)]
//[VsFact(Version = VsVersion.VS2022)]
public async Task CodyToolWindow_Activated()
{
// given
Expand Down

0 comments on commit f09f2ca

Please sign in to comment.