diff --git a/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/tests/Integration.Tests/Azure.Monitor.OpenTelemetry.Exporter.Integration.Tests.csproj b/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/tests/Integration.Tests/Azure.Monitor.OpenTelemetry.Exporter.Integration.Tests.csproj
index e50b2777bc0b..9d27873f9f45 100644
--- a/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/tests/Integration.Tests/Azure.Monitor.OpenTelemetry.Exporter.Integration.Tests.csproj
+++ b/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/tests/Integration.Tests/Azure.Monitor.OpenTelemetry.Exporter.Integration.Tests.csproj
@@ -26,12 +26,12 @@
-
-
+
+
-
-
+
+
diff --git a/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/tests/Integration.Tests/BasicTests.cs b/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/tests/Integration.Tests/BasicTests.cs
index a98d0d73b6c0..787b0f4e0451 100644
--- a/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/tests/Integration.Tests/BasicTests.cs
+++ b/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/tests/Integration.Tests/BasicTests.cs
@@ -25,7 +25,7 @@ public BasicTests(WebApplicationFactory factory)
this.factory = factory;
}
- [Theory(Skip = "https://github.com/Azure/azure-sdk-for-net/issues/33403")]
+ [Theory]
[InlineData(HttpStatusCode.OK)]
[InlineData(HttpStatusCode.BadRequest)]
public async Task VerifyRequest(HttpStatusCode httpStatusCode)
diff --git a/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/tests/Integration.Tests/RequestTelemetryTests.cs b/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/tests/Integration.Tests/RequestTelemetryTests.cs
index d9656bc6b6a9..e8aa319f552e 100644
--- a/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/tests/Integration.Tests/RequestTelemetryTests.cs
+++ b/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/tests/Integration.Tests/RequestTelemetryTests.cs
@@ -34,7 +34,7 @@ public RequestTelemetryTests(WebApplicationFactory factory, ITestOutput
/// This test validates that when an app instrumented with the AzureMonitorExporter receives an HTTP request,
/// A TelemetryItem is created matching that request.
///
- [Fact(Skip = "https://github.com/Azure/azure-sdk-for-net/issues/33403")]
+ [Fact]
public async Task VerifyRequestTelemetry()
{
string testValue = Guid.NewGuid().ToString();