Merge pull request #1047 from mokibit/delete-netprio-test

tests/integration: Delete `netprio` test
This commit is contained in:
Povilas Kanapickas 2024-09-26 21:37:50 +03:00 committed by GitHub
commit 380cf42dcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,16 +0,0 @@
---
# https://github.com/compose-spec/compose-spec/blob/master/spec.md#priority
services:
app:
image: busybox
command: top
networks:
app_net_1:
app_net_2:
priority: 1000
app_net_3:
priority: 100
networks:
app_net_1:
app_net_2:
app_net_3: