Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
NameHaibinZhang committed Dec 19, 2024
1 parent c5be143 commit e096805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/unittest/metadata/K8sMetadataUnittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ class k8sMetadataUnittest : public ::testing::Test {

auto& k8sMetadata = K8sMetadata::GetInstance();
k8sMetadata.SetIpCache(root);
k8sMetadata.GetByLocalHostFromServer();
//k8sMetadata.GetByLocalHostFromServer();
unique_ptr<SpanEvent> mSpanEvent;
auto sourceBuffer = std::make_shared<SourceBuffer>();
PipelineEventGroup eventGroup(sourceBuffer);
Expand Down

0 comments on commit e096805

Please sign in to comment.