Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ public class MockAutoTaggingTest extends AbstractMockServerTest {

@Before
public void setUpProperties() {
SpannerOptions.useDefaultEnvironment();
System.clearProperty("spanner.disable_auto_tagging");
System.clearProperty("spanner.enable_auto_tagging");
Comment thread
sakthivelmanii marked this conversation as resolved.
Outdated
}

@After
public void tearDownProperties() {
SpannerOptions.useDefaultEnvironment();
System.clearProperty("spanner.disable_auto_tagging");
System.clearProperty("spanner.enable_auto_tagging");
Comment thread
sakthivelmanii marked this conversation as resolved.
Outdated
}
Expand Down
Loading