Skip to content

Commit

Permalink
test containerlogv2 as default when ISTEST
Browse files Browse the repository at this point in the history
  • Loading branch information
wanlonghenry committed May 24, 2024
1 parent f2741ee commit b1e627b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/e2e/src/tests/test_e2e_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ def test_e2e_workflows(env_dict):
if not access_token:
pytest.fail("access_token shouldnt be null or empty")

is_container_log_v2 = env_dict.get('IS_CONTAINERLOGV2', False)
is_container_log_v2_metadata = env_dict.get('IS_CONTAINERLOGV2_METADATA', False)

# validate e2e workflows by checking data in log analytics workspace through resource centric queries
queryUrl = resource + "/v1" + clusterResourceId + "/query"
Headers = {
Expand Down

0 comments on commit b1e627b

Please sign in to comment.