Skip to content

Commit

Permalink
Update feature flag in test
Browse files Browse the repository at this point in the history
  • Loading branch information
sreallymatt committed Dec 17, 2024
1 parent 21cfcc2 commit b304d21
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,8 @@ func testAccNetworkPacketCapture_storageAccountAndLocalDisk(t *testing.T) {
})
}

// todo remove for 4.0
func testAccNetworkPacketCapture_withFilters(t *testing.T) {
if features.FourPointOhBeta() {
if features.FivePointOhBeta() {
t.Skip("Skipping since `azure_network_packet_capture` is deprecated and will be removed in 5.0")
}
data := acceptance.BuildTestData(t, "azurerm_network_packet_capture", "test")
Expand Down

0 comments on commit b304d21

Please sign in to comment.