File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,13 @@ ROOT="$SRC/PcapPlusPlus"
2121echo " === Packet++Test ==="
2222cd " $ROOT /Tests/Packet++Test"
2323# TODO: Skipping failing tests.
24- ./Bin/Packet++Test -x " VrrpCreateAndEditTest;TestMacAddress;TestTcpReassemblyRetran"
24+ ./Bin/Packet++Test -x " VrrpCreateAndEditTest;TestMacAddress;TestTcpReassemblyRetran"
2525
2626echo " === Pcap++Test (no networking) ==="
2727cd " $ROOT /Tests/Pcap++Test"
28- # TODO: Skipping failing tests.
29- ./Bin/Pcap++Test -n -x " TestMacAddress;TestTcpReassemblyRetran;TestTcpReassemblyMissingData"
28+ # TODO: Skipping failing tests. TestPcapLiveDeviceList and
29+ # TestPcapLiveDeviceNoNetworking fail because of network so we should keep
30+ # them disabled.
31+ ./Bin/Pcap++Test \
32+ -n -x \
33+ " TestMacAddress;TestTcpReassemblyRetran;TestTcpReassemblyMissingData;TestPcapLiveDeviceList;TestPcapLiveDeviceNoNetworking"
You can’t perform that action at this time.
0 commit comments