Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion sdk/cs/test/FoundryLocal.Tests/AudioClientTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ namespace Microsoft.AI.Foundry.Local.Tests;
using System.Threading.Tasks;


[SkipUnlessIntegration]
internal sealed class AudioClientTests
{
private static IModel? model;
Comment thread
prathikr marked this conversation as resolved.
Expand Down
1 change: 0 additions & 1 deletion sdk/cs/test/FoundryLocal.Tests/ChatCompletionsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ namespace Microsoft.AI.Foundry.Local.Tests;
using Betalgo.Ranul.OpenAI.ObjectModels.ResponseModels;
using Betalgo.Ranul.OpenAI.ObjectModels.SharedModels;

[SkipUnlessIntegration]
internal sealed class ChatCompletionsTests
{
private static IModel? model;
Expand Down
1 change: 0 additions & 1 deletion sdk/cs/test/FoundryLocal.Tests/EndToEnd.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ namespace Microsoft.AI.Foundry.Local.Tests;
using System;
using System.Threading.Tasks;

[SkipUnlessIntegration]
internal sealed class EndToEnd
{
// end-to-end using real catalog. run manually as a standalone test as it alters the model cache.
Expand Down
1 change: 0 additions & 1 deletion sdk/cs/test/FoundryLocal.Tests/FoundryLocalManagerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ namespace Microsoft.AI.Foundry.Local.Tests;
using Microsoft.AI.Foundry.Local;
using Microsoft.AI.Foundry.Local.Detail;

[SkipUnlessIntegration]
public class FoundryLocalManagerTests
{
[Test]
Expand Down
3 changes: 0 additions & 3 deletions sdk/cs/test/FoundryLocal.Tests/LiveAudioTranscriptionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ public async Task CoreErrorResponse_TryParse_TransientError()
// --- Session state guard tests ---

[Test]
[SkipUnlessIntegration]
public async Task AppendAsync_BeforeStart_Throws()
{
await using var session = new LiveAudioTranscriptionSession("test-model");
Expand All @@ -153,7 +152,6 @@ public async Task AppendAsync_BeforeStart_Throws()
}

[Test]
[SkipUnlessIntegration]
public async Task GetTranscriptionStream_BeforeStart_Throws()
{
await using var session = new LiveAudioTranscriptionSession("test-model");
Expand All @@ -177,7 +175,6 @@ public async Task GetTranscriptionStream_BeforeStart_Throws()
// --- E2E streaming test with synthetic PCM audio ---

[Test]
[SkipUnlessIntegration]
public async Task LiveStreaming_E2E_WithSyntheticPCM_ReturnsValidResponse()
{

Expand Down
19 changes: 0 additions & 19 deletions sdk/cs/test/FoundryLocal.Tests/SkipInCIAttribute.cs

This file was deleted.

20 changes: 0 additions & 20 deletions sdk/cs/test/FoundryLocal.Tests/SkipUnlessIntegrationAttribute.cs

This file was deleted.

34 changes: 0 additions & 34 deletions sdk/cs/test/FoundryLocal.Tests/SkipUnlessIntegrationTests.cs

This file was deleted.

Loading