From 60e3352b7b7164b59553ffd0309eae3c5525ada9 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 19 Jun 2017 20:51:18 +0900 Subject: [PATCH] Remove tests flakyness Tags/Categories only work on dates and tests were assigning them randomly --- test_site/content/posts/tutorials/devops/docker.md | 1 + test_site/content/posts/tutorials/devops/nix.md | 1 + test_site/content/posts/tutorials/programming/python.md | 1 + test_site/content/posts/tutorials/programming/rust.md | 1 + 4 files changed, 4 insertions(+) diff --git a/test_site/content/posts/tutorials/devops/docker.md b/test_site/content/posts/tutorials/devops/docker.md index 5fa77495..4135b4af 100644 --- a/test_site/content/posts/tutorials/devops/docker.md +++ b/test_site/content/posts/tutorials/devops/docker.md @@ -1,6 +1,7 @@ +++ title = "Docker" order = 1 +date = "2017-01-01" +++ A simple page diff --git a/test_site/content/posts/tutorials/devops/nix.md b/test_site/content/posts/tutorials/devops/nix.md index 3b49d2a7..4facb793 100644 --- a/test_site/content/posts/tutorials/devops/nix.md +++ b/test_site/content/posts/tutorials/devops/nix.md @@ -1,6 +1,7 @@ +++ title = "Nix" order = 2 +date = "2017-01-01" +++ A simple page diff --git a/test_site/content/posts/tutorials/programming/python.md b/test_site/content/posts/tutorials/programming/python.md index 39c54571..149042cc 100644 --- a/test_site/content/posts/tutorials/programming/python.md +++ b/test_site/content/posts/tutorials/programming/python.md @@ -1,6 +1,7 @@ +++ title = "Python tutorial" order = 1 +date = "2017-01-01" +++ A simple page diff --git a/test_site/content/posts/tutorials/programming/rust.md b/test_site/content/posts/tutorials/programming/rust.md index 4d2cd152..b2421368 100644 --- a/test_site/content/posts/tutorials/programming/rust.md +++ b/test_site/content/posts/tutorials/programming/rust.md @@ -1,6 +1,7 @@ +++ title = "Rust" order = 2 +date = "2017-01-01" +++ A simple page