about summary refs log tree commit diff
path: root/nixos/tests/terminal-emulators.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/terminal-emulators.nix')
-rw-r--r--nixos/tests/terminal-emulators.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/terminal-emulators.nix b/nixos/tests/terminal-emulators.nix
index b52801c898eb3..2306c03c18e76 100644
--- a/nixos/tests/terminal-emulators.nix
+++ b/nixos/tests/terminal-emulators.nix
@@ -76,7 +76,7 @@ let tests = {
 
       rio.pkg = p: p.rio;
       rio.cmd = "rio -e $command";
-      rio.pinkValue = "#FF1261";
+      rio.colourTest = false; # the rendering is changing too much so colors change every release.
 
       roxterm.pkg = p: p.roxterm;
       roxterm.cmd = "roxterm -e $command";