Skip to content

Commit 5e3db86

Browse files
authored
[synapse] More correctly disable a few tests that require manual setup (Azure#18909)
- Correct test disabling done in Azure#18833
1 parent 84573c1 commit 5e3db86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/synapse/Azure.Analytics.Synapse.Artifacts/tests/SparkJobDefinitionClientLiveTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace Azure.Analytics.Synapse.Artifacts.Tests
1919
/// These tests have a dependency on live Azure services and may incur costs for the associated
2020
/// Azure subscription.
2121
/// </remarks>
22-
[LiveOnly] // Requires uploaded application on associated storage (wordcount.zip sample)
22+
[Ignore("Requires upload of zip from https://github.com/Azure-Samples/Synapse/tree/main/Spark/DotNET as samples/net/wordcount/wordcount.zip to associated storage.")]
2323
public class SparkJobDefinitionClientLiveTests : RecordedTestBase<SynapseTestEnvironment>
2424
{
2525
internal class DisposableSparkJobDefinition : IAsyncDisposable

sdk/synapse/Azure.Analytics.Synapse.Monitoring/tests/samples/Sample1_PipelineMonitoring.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace Azure.Analytics.Synapse.Monitoring.Samples
1919
/// </summary>
2020
public partial class Sample1_PipelineMonitoring : SamplesBase<SynapseTestEnvironment>
2121
{
22-
[LiveOnly] // https://github.com/Azure/azure-sdk-for-net/issues/18832 - Fails on nightly lane due to unreproducable NRE
22+
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/18832 - Fails on nightly lane due to unreproducable NRE")]
2323
[Test]
2424
public void MonitorPipelineRuns()
2525
{

0 commit comments

Comments
 (0)