// Copyright (c) Microsoft. All rights reserved. using System.Threading.Tasks; using AgentConformance.IntegrationTests; namespace CopilotStudio.IntegrationTests; public class CopilotStudioRunStreamingTests() : RunStreamingTests(() => new()) { [Fact(Skip = "Copilot Studio does not support thread history retrieval, so this test is not applicable.")] public override Task ThreadMaintainsHistoryAsync() { return Task.CompletedTask; } }