Skip to content

Commit

Permalink
Fix cci integration test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
RushiT0122 committed Feb 23, 2024
1 parent 859dfef commit 6157124
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/test_salesforce_switch_rep_method_ft_incrmntl.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ def name():


def expected_sync_streams(self):
streams = self.switchable_streams() - {'FlowDefinitionView','EntityDefinition'}
streams = self.switchable_streams() - {'FlowDefinitionView',
'EntityDefinition',
'EventLogFile',
'LightningToggleMetrics',
'LightningUsageByAppTypeMetrics',
'LightningUsageByPageMetrics'}
# Excluded the above two streams due to the bug TDL-24514
return self.partition_streams(streams)

Expand Down

0 comments on commit 6157124

Please sign in to comment.